#605379

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

Shades of Kimberly #605379

Tints of Kimberly #605379

Color information

#605379 (or 0x605379) is unknown color: approx Kimberly. HEX triplet: 60, 53 and 79. RGB value is (96,83,121). Sum of RGB (Red+Green+Blue) = 96+83+121=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #605379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605379 is #9FAC86. Grayscale: #5B5B5B. Windows color (decimal): -10464391 or 7951200. OLE color: 7951200.

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

Color convert

RGB9683121-
CMYK0.210.3100.53
HSL260.53º18.63%40%-
HSV(B)260.53º31.4%47.45%-
XYZ11.3710.0519.43-
YUV91.22144.81131.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=32%
G=27.67%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96831210.210.3100.53260.5318.6340
Hex605379151F0351051328
Octal14012317125370654052350
Binary1100000101001111110011010111111011010110000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605379; }

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

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

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

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

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

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

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

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