#605581

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

Shades of Kimberly #605581

Tints of Kimberly #605581

Color information

#605581 (or 0x605581) is unknown color: approx Kimberly. HEX triplet: 60, 55 and 81. RGB value is (96,85,129). Sum of RGB (Red+Green+Blue) = 96+85+129=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #605581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605581 is #9FAA7E. Grayscale: #5D5D5D. Windows color (decimal): -10463871 or 8476000. OLE color: 8476000.

HSL color Cylindrical-coordinate representation of color #605581: hue angle of 255º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #605581 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9685129-
CMYK0.260.3400.49
HSL255º20.56%41.96%-
HSV(B)255º34.11%50.59%-
XYZ12.0310.5722.17-
YUV93.3148.14129.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=30.97%
G=27.42%
B=41.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96851290.260.3400.4925520.5641.96
Hex6055811A22031ff152a
Octal14012520132420613772552
Binary11000001010101100000011101010001001100011111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605581; }

 p { color: rgb(96,85,129); }

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

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

 a { background-color: rgb(96,85,129); }

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

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

 span { border-color: rgb(96,85,129); }

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