#605A85

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

Shades of Kimberly #605A85

Tints of Kimberly #605A85

Color information

#605A85 (or 0x605A85) is unknown color: approx Kimberly. HEX triplet: 60, 5A and 85. RGB value is (96,90,133). Sum of RGB (Red+Green+Blue) = 96+90+133=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #605A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A85 is #9FA57A. Grayscale: #606060. Windows color (decimal): -10462587 or 8739424. OLE color: 8739424.

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

Color convert

RGB9690133-
CMYK0.280.3200.48
HSL248.37º19.28%43.73%-
HSV(B)248.37º32.33%52.16%-
XYZ12.7111.4923.74-
YUV96.7148.49127.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=30.09%
G=28.21%
B=41.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96901330.280.3200.48248.3719.2843.73
Hex605A851C20030f8132c
Octal14013220534400603702354
Binary11000001011010100001011110010000001100001111100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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