#5B50BC

Color #5B50BC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5B50BC

Tints of Rich Blue #5B50BC

Color information

#5B50BC (or 0x5B50BC) is unknown color: approx Rich Blue. HEX triplet: 5B, 50 and BC. RGB value is (91,80,188). Sum of RGB (Red+Green+Blue) = 91+80+188=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50BC is #A4AF43. Grayscale: #5F5F5F. Windows color (decimal): -10792772 or 12341339. OLE color: 12341339.

HSL color Cylindrical-coordinate representation of color #5B50BC: hue angle of 246.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B50BC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9180188-
CMYK0.520.5700.26
HSL246.11º44.63%52.55%-
HSV(B)246.11º57.45%73.73%-
XYZ16.2611.5948.96-
YUV95.6180.14124.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=25.35%
G=22.28%
B=52.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91801880.520.5700.26246.1144.6352.55
Hex5B50BC343901Af62d35
Octal13312027464710323665565
Binary101101110100001011110011010011100101101011110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B50BC; }

 p { color: rgb(91,80,188); }

 H1.HeaderClassName
 {
   color: #5B50BC;
 }
 .AnyTagClassName
 {
   color: #5B50BC;
 }
</style>
background-color css

<style>
 a { background-color: #5B50BC; }

 a { background-color: rgb(91,80,188); }

 div.DivClassName
 {
   background-color: #5B50BC;
 }
 .BgClassName
 {
   background-color: #5B50BC;
 }
</style>
border-color css

<style>
 span { border-color: #5B50BC; }

 span { border-color: rgb(91,80,188); }

 td.TdClassName
 {
   border-color: #5B50BC;
 }
 .TagClassName
 {
   border-color: #5B50BC;
 }
</style>