#605582

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

Shades of Kimberly #605582

Tints of Kimberly #605582

Color information

#605582 (or 0x605582) is unknown color: approx Kimberly. HEX triplet: 60, 55 and 82. RGB value is (96,85,130). Sum of RGB (Red+Green+Blue) = 96+85+130=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #605582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605582 is #9FAA7D. Grayscale: #5D5D5D. Windows color (decimal): -10463870 or 8541536. OLE color: 8541536.

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

Color convert

RGB9685130-
CMYK0.260.3500.49
HSL254.67º20.93%42.16%-
HSV(B)254.67º34.62%50.98%-
XYZ12.110.622.53-
YUV93.42148.64129.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=30.87%
G=27.33%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96851300.260.3500.49254.6720.9342.16
Hex6055821A23031ff152a
Octal14012520232430613772552
Binary11000001010101100000101101010001101100011111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605582; }

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

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

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

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

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

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

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

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