#60577C

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

Shades of Kimberly #60577C

Tints of Kimberly #60577C

Color information

#60577C (or 0x60577C) is unknown color: approx Kimberly. HEX triplet: 60, 57 and 7C. RGB value is (96,87,124). Sum of RGB (Red+Green+Blue) = 96+87+124=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #60577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60577C is #9FA883. Grayscale: #5D5D5D. Windows color (decimal): -10463364 or 8148832. OLE color: 8148832.

HSL color Cylindrical-coordinate representation of color #60577C: hue angle of 254.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60577C is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9687124-
CMYK0.230.3000.51
HSL254.59º17.54%41.37%-
HSV(B)254.59º29.84%48.63%-
XYZ11.8710.7620.52-
YUV93.91144.98129.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=31.27%
G=28.34%
B=40.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96871240.230.3000.51254.5917.5441.37
Hex60577C171E033ff1229
Octal14012717427360633772251
Binary110000010101111111100101111111001100111111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60577C; }

 p { color: rgb(96,87,124); }

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

<style>
 a { background-color: #60577C; }

 a { background-color: rgb(96,87,124); }

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

<style>
 span { border-color: #60577C; }

 span { border-color: rgb(96,87,124); }

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