#605884

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

Shades of Kimberly #605884

Tints of Kimberly #605884

Color information

#605884 (or 0x605884) is unknown color: approx Kimberly. HEX triplet: 60, 58 and 84. RGB value is (96,88,132). Sum of RGB (Red+Green+Blue) = 96+88+132=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #605884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605884 is #9FA77B. Grayscale: #5F5F5F. Windows color (decimal): -10463100 or 8673376. OLE color: 8673376.

HSL color Cylindrical-coordinate representation of color #605884: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605884 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9688132-
CMYK0.270.3300.48
HSL250.91º20%43.14%-
HSV(B)250.91º33.33%51.76%-
XYZ12.4811.1323.32-
YUV95.41148.65128.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=30.38%
G=27.85%
B=41.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96881320.270.3300.48250.912043.14
Hex6058841B21030fb142b
Octal14013020433410603732453
Binary11000001011000100001001101110000101100001111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605884; }

 p { color: rgb(96,88,132); }

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

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

 a { background-color: rgb(96,88,132); }

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

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

 span { border-color: rgb(96,88,132); }

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