#605279

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

Shades of Kimberly #605279

Tints of Kimberly #605279

Color information

#605279 (or 0x605279) is unknown color: approx Kimberly. HEX triplet: 60, 52 and 79. RGB value is (96,82,121). Sum of RGB (Red+Green+Blue) = 96+82+121=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #605279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605279 is #9FAD86. Grayscale: #5A5A5A. Windows color (decimal): -10464647 or 7950944. OLE color: 7950944.

HSL color Cylindrical-coordinate representation of color #605279: hue angle of 261.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605279 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9682121-
CMYK0.210.3200.53
HSL261.54º19.21%39.8%-
HSV(B)261.54º32.23%47.45%-
XYZ11.299.919.41-
YUV90.63145.14131.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=32.11%
G=27.42%
B=40.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96821210.210.3200.53261.5419.2139.8
Hex60527915200351061328
Octal14012217125400654062350
Binary11000001010010111100110101100000011010110000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605279; }

 p { color: rgb(96,82,121); }

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

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

 a { background-color: rgb(96,82,121); }

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

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

 span { border-color: rgb(96,82,121); }

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