#5F5687

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

Shades of Kimberly #5F5687

Tints of Kimberly #5F5687

Color information

#5F5687 (or 0x5F5687) is unknown color: approx Kimberly. HEX triplet: 5F, 56 and 87. RGB value is (95,86,135). Sum of RGB (Red+Green+Blue) = 95+86+135=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F5687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5687 is #A0A978. Grayscale: #5E5E5E. Windows color (decimal): -10529145 or 8869471. OLE color: 8869471.

HSL color Cylindrical-coordinate representation of color #5F5687: hue angle of 251.02º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F5687 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9586135-
CMYK0.300.3600.47
HSL251.02º22.17%43.33%-
HSV(B)251.02º36.3%52.94%-
XYZ12.4210.8424.36-
YUV94.28150.98128.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=30.06%
G=27.22%
B=42.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95861350.300.3600.47251.0222.1743.33
Hex5F56871E2402Ffb162b
Octal13712620736440573732653
Binary10111111010110100001111111010010001011111111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,135); }

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

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

 a { background-color: rgb(95,86,135); }

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

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

 span { border-color: rgb(95,86,135); }

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