#60527B

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

Shades of Kimberly #60527B

Tints of Kimberly #60527B

Color information

#60527B (or 0x60527B) is unknown color: approx Kimberly. HEX triplet: 60, 52 and 7B. RGB value is (96,82,123). Sum of RGB (Red+Green+Blue) = 96+82+123=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #60527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60527B is #9FAD84. Grayscale: #5A5A5A. Windows color (decimal): -10464645 or 8082016. OLE color: 8082016.

HSL color Cylindrical-coordinate representation of color #60527B: hue angle of 260.49º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60527B is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9682123-
CMYK0.220.3300.52
HSL260.49º20%40.2%-
HSV(B)260.49º33.33%48.24%-
XYZ11.429.9520.06-
YUV90.86146.14131.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=31.89%
G=27.24%
B=40.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96821230.220.3300.52260.492040.2
Hex60527B16210341041428
Octal14012217326410644042450
Binary11000001010010111101110110100001011010010000010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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