#62537D

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

Shades of Kimberly #62537D

Tints of Kimberly #62537D

Color information

#62537D (or 0x62537D) is unknown color: approx Kimberly. HEX triplet: 62, 53 and 7D. RGB value is (98,83,125). Sum of RGB (Red+Green+Blue) = 98+83+125=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #62537D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62537D is #9DAC82. Grayscale: #5C5C5C. Windows color (decimal): -10333315 or 8213346. OLE color: 8213346.

HSL color Cylindrical-coordinate representation of color #62537D: hue angle of 261.43º degrees, saturation: 0.2, 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 #62537D is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9883125-
CMYK0.220.3400.51
HSL261.43º20.19%40.78%-
HSV(B)261.43º33.6%49.02%-
XYZ11.8310.2620.76-
YUV92.27146.47132.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=32.03%
G=27.12%
B=40.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98831250.220.3400.51261.4320.1940.78
Hex62537D16220331051429
Octal14212317526420634052451
Binary11000101010011111110110110100010011001110000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,83,125); }

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

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

 a { background-color: rgb(98,83,125); }

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

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

 span { border-color: rgb(98,83,125); }

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