#5B5DA4

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

Shades of Rich Blue #5B5DA4

Tints of Rich Blue #5B5DA4

Color information

#5B5DA4 (or 0x5B5DA4) is unknown color: approx Rich Blue. HEX triplet: 5B, 5D and A4. RGB value is (91,93,164). Sum of RGB (Red+Green+Blue) = 91+93+164=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B5DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5DA4 is #A4A25B. Grayscale: #646464. Windows color (decimal): -10789468 or 10771803. OLE color: 10771803.

HSL color Cylindrical-coordinate representation of color #5B5DA4: hue angle of 238.36º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5DA4 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9193164-
CMYK0.450.4300.36
HSL238.36º28.63%50%-
HSV(B)238.36º44.51%64.31%-
XYZ14.9312.7336.79-
YUV100.5163.84121.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=26.15%
G=26.72%
B=47.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91931640.450.4300.36238.3628.6350
Hex5B5DA42D2B024ee1d32
Octal13313524455530443563562
Binary101101110111011010010010110110101101001001110111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,164); }

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

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

 a { background-color: rgb(91,93,164); }

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

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

 span { border-color: rgb(91,93,164); }

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