#5B5CBE

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

Shades of Rich Blue #5B5CBE

Tints of Rich Blue #5B5CBE

Color information

#5B5CBE (or 0x5B5CBE) is unknown color: approx Rich Blue. HEX triplet: 5B, 5C and BE. RGB value is (91,92,190). Sum of RGB (Red+Green+Blue) = 91+92+190=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5CBE is #A4A341. Grayscale: #666666. Windows color (decimal): -10789698 or 12475483. OLE color: 12475483.

HSL color Cylindrical-coordinate representation of color #5B5CBE: hue angle of 239.39º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5CBE is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9192190-
CMYK0.520.5200.25
HSL239.39º43.23%55.1%-
HSV(B)239.39º52.11%74.51%-
XYZ17.4413.650.42-
YUV102.87177.17119.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.40%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=24.40%
G=24.66%
B=50.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91921900.520.5200.25239.3943.2355.1
Hex5B5CBE3434019ef2b37
Octal13313427664640313575367
Binary101101110111001011111011010011010001100111101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,92,190); }

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

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

 a { background-color: rgb(91,92,190); }

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

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

 span { border-color: rgb(91,92,190); }

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