#5F567F

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

Shades of Kimberly #5F567F

Tints of Kimberly #5F567F

Color information

#5F567F (or 0x5F567F) is unknown color: approx Kimberly. HEX triplet: 5F, 56 and 7F. RGB value is (95,86,127). Sum of RGB (Red+Green+Blue) = 95+86+127=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F567F is #A0A980. Grayscale: #5D5D5D. Windows color (decimal): -10529153 or 8345183. OLE color: 8345183.

HSL color Cylindrical-coordinate representation of color #5F567F: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F567F is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9586127-
CMYK0.250.3200.50
HSL253.17º19.25%41.76%-
HSV(B)253.17º32.28%49.8%-
XYZ11.8810.6221.5-
YUV93.36146.98129.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 127 (50% from 255) = 41.23%
R=30.84%
G=27.92%
B=41.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95861270.250.3200.50253.1719.2541.76
Hex5F567F1920032fd132a
Octal13712617731400623752352
Binary1011111101011011111111100110000001100101111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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