#605380

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

Shades of Kimberly #605380

Tints of Kimberly #605380

Color information

#605380 (or 0x605380) is unknown color: approx Kimberly. HEX triplet: 60, 53 and 80. RGB value is (96,83,128). Sum of RGB (Red+Green+Blue) = 96+83+128=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #605380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605380 is #9FAC7F. Grayscale: #5B5B5B. Windows color (decimal): -10464384 or 8409952. OLE color: 8409952.

HSL color Cylindrical-coordinate representation of color #605380: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #605380 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9683128-
CMYK0.250.3500.50
HSL257.33º21.33%41.37%-
HSV(B)257.33º35.16%50.2%-
XYZ11.8110.2321.77-
YUV92.02148.31130.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=31.27%
G=27.04%
B=41.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96831280.250.3500.50257.3321.3341.37
Hex60538019230321011529
Octal14012320031430624012551
Binary110000010100111000000011001100011011001010000000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605380; }

 p { color: rgb(96,83,128); }

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

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

 a { background-color: rgb(96,83,128); }

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

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

 span { border-color: rgb(96,83,128); }

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