#62557D

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

Shades of Kimberly #62557D

Tints of Kimberly #62557D

Color information

#62557D (or 0x62557D) is unknown color: approx Kimberly. HEX triplet: 62, 55 and 7D. RGB value is (98,85,125). Sum of RGB (Red+Green+Blue) = 98+85+125=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #62557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557D is #9DAA82. Grayscale: #5D5D5D. Windows color (decimal): -10332803 or 8213858. OLE color: 8213858.

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

Color convert

RGB9885125-
CMYK0.220.3200.51
HSL259.5º19.05%41.18%-
HSV(B)259.5º32%49.02%-
XYZ11.9910.5720.81-
YUV93.45145.81131.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=31.82%
G=27.60%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98851250.220.3200.51259.519.0541.18
Hex62557D16200331041329
Octal14212517526400634042351
Binary11000101010101111110110110100000011001110000010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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