#5F5B9C

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

Shades of Rich Blue #5F5B9C

Tints of Rich Blue #5F5B9C

Color information

#5F5B9C (or 0x5F5B9C) is unknown color: approx Rich Blue. HEX triplet: 5F, 5B and 9C. RGB value is (95,91,156). Sum of RGB (Red+Green+Blue) = 95+91+156=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F5B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5B9C is #A0A463. Grayscale: #636363. Windows color (decimal): -10527844 or 10247007. OLE color: 10247007.

HSL color Cylindrical-coordinate representation of color #5F5B9C: hue angle of 243.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F5B9C is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9591156-
CMYK0.390.4200.39
HSL243.69º26.32%48.43%-
HSV(B)243.69º41.67%61.18%-
XYZ14.4612.3233.07-
YUV99.61159.83124.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=27.78%
G=26.61%
B=45.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95911560.390.4200.39243.6926.3248.43
Hex5F5B9C272A027f41a30
Octal13713323447520473643260
Binary101111110110111001110010011110101001001111111010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,91,156); }

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

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

 a { background-color: rgb(95,91,156); }

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

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

 span { border-color: rgb(95,91,156); }

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