#60527D

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

Shades of Kimberly #60527D

Tints of Kimberly #60527D

Color information

#60527D (or 0x60527D) is unknown color: approx Kimberly. HEX triplet: 60, 52 and 7D. RGB value is (96,82,125). Sum of RGB (Red+Green+Blue) = 96+82+125=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #60527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60527D is #9FAD82. Grayscale: #5A5A5A. Windows color (decimal): -10464643 or 8213088. OLE color: 8213088.

HSL color Cylindrical-coordinate representation of color #60527D: hue angle of 259.53º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60527D is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9682125-
CMYK0.230.3400.51
HSL259.53º20.77%40.59%-
HSV(B)259.53º34.4%49.02%-
XYZ11.541020.72-
YUV91.09147.14131.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=31.68%
G=27.06%
B=41.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96821250.230.3400.51259.5320.7740.59
Hex60527D17220331041529
Octal14012217527420634042551
Binary11000001010010111110110111100010011001110000010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60527D; }

 p { color: rgb(96,82,125); }

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

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

 a { background-color: rgb(96,82,125); }

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

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

 span { border-color: rgb(96,82,125); }

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