#605787

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

Shades of Kimberly #605787

Tints of Kimberly #605787

Color information

#605787 (or 0x605787) is unknown color: approx Kimberly. HEX triplet: 60, 57 and 87. RGB value is (96,87,135). Sum of RGB (Red+Green+Blue) = 96+87+135=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #605787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605787 is #9FA878. Grayscale: #5E5E5E. Windows color (decimal): -10463353 or 8869728. OLE color: 8869728.

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

Color convert

RGB9687135-
CMYK0.290.3600.47
HSL251.25º21.62%43.53%-
HSV(B)251.25º35.56%52.94%-
XYZ12.6111.0524.39-
YUV95.16150.48128.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=30.19%
G=27.36%
B=42.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96871350.290.3600.47251.2521.6243.53
Hex6057871D2402Ffb162c
Octal14012720735440573732654
Binary11000001010111100001111110110010001011111111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605787; }

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

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

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

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

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

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

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

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