#605483

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

Shades of Kimberly #605483

Tints of Kimberly #605483

Color information

#605483 (or 0x605483) is unknown color: approx Kimberly. HEX triplet: 60, 54 and 83. RGB value is (96,84,131). Sum of RGB (Red+Green+Blue) = 96+84+131=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #605483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605483 is #9FAB7C. Grayscale: #5C5C5C. Windows color (decimal): -10464125 or 8606816. OLE color: 8606816.

HSL color Cylindrical-coordinate representation of color #605483: hue angle of 255.32º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605483 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9684131-
CMYK0.270.3600.49
HSL255.32º21.86%42.16%-
HSV(B)255.32º35.88%51.37%-
XYZ12.0910.4722.86-
YUV92.95149.48130.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=30.87%
G=27.01%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96841310.270.3600.49255.3221.8642.16
Hex6054831B24031ff162a
Octal14012420333440613772652
Binary11000001010100100000111101110010001100011111111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605483; }

 p { color: rgb(96,84,131); }

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

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

 a { background-color: rgb(96,84,131); }

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

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

 span { border-color: rgb(96,84,131); }

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