#605885

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

Shades of Kimberly #605885

Tints of Kimberly #605885

Color information

#605885 (or 0x605885) is unknown color: approx Kimberly. HEX triplet: 60, 58 and 85. RGB value is (96,88,133). Sum of RGB (Red+Green+Blue) = 96+88+133=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #605885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605885 is #9FA77A. Grayscale: #5F5F5F. Windows color (decimal): -10463099 or 8738912. OLE color: 8738912.

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

Color convert

RGB9688133-
CMYK0.280.3400.48
HSL250.67º20.36%43.33%-
HSV(B)250.67º33.83%52.16%-
XYZ12.5511.1623.68-
YUV95.52149.15128.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=30.28%
G=27.76%
B=41.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96881330.280.3400.48250.6720.3643.33
Hex6058851C22030fb142b
Octal14013020534420603732453
Binary11000001011000100001011110010001001100001111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605885; }

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

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

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

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

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

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

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

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