#605D85

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

Shades of Kimberly #605D85

Tints of Kimberly #605D85

Color information

#605D85 (or 0x605D85) is unknown color: approx Kimberly. HEX triplet: 60, 5D and 85. RGB value is (96,93,133). Sum of RGB (Red+Green+Blue) = 96+93+133=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #605D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D85 is #9FA27A. Grayscale: #626262. Windows color (decimal): -10461819 or 8740192. OLE color: 8740192.

HSL color Cylindrical-coordinate representation of color #605D85: hue angle of 244.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605D85 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9693133-
CMYK0.280.3000.48
HSL244.5º17.7%44.31%-
HSV(B)244.5º30.08%52.16%-
XYZ12.9712.0123.82-
YUV98.46147.49126.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=29.81%
G=28.88%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96931330.280.3000.48244.517.744.31
Hex605D851C1E030f4122c
Octal14013520534360603642254
Binary1100000101110110000101111001111001100001111010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D85; }

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

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

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

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

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

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

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

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