#5F547D

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

Shades of Kimberly #5F547D

Tints of Kimberly #5F547D

Color information

#5F547D (or 0x5F547D) is unknown color: approx Kimberly. HEX triplet: 5F, 54 and 7D. RGB value is (95,84,125). Sum of RGB (Red+Green+Blue) = 95+84+125=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F547D is #A0AB82. Grayscale: #5B5B5B. Windows color (decimal): -10529667 or 8213599. OLE color: 8213599.

HSL color Cylindrical-coordinate representation of color #5F547D: hue angle of 256.1º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F547D is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9584125-
CMYK0.240.3300.51
HSL256.1º19.62%40.98%-
HSV(B)256.1º32.8%49.02%-
XYZ11.5910.2520.77-
YUV91.96146.64130.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=31.25%
G=27.63%
B=41.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95841250.240.3300.51256.119.6240.98
Hex5F547D18210331001429
Octal13712417530410634002451
Binary10111111010100111110111000100001011001110000000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,84,125); }

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

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

 a { background-color: rgb(95,84,125); }

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

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

 span { border-color: rgb(95,84,125); }

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