#62557E

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

Shades of Kimberly #62557E

Tints of Kimberly #62557E

Color information

#62557E (or 0x62557E) is unknown color: approx Kimberly. HEX triplet: 62, 55 and 7E. RGB value is (98,85,126). Sum of RGB (Red+Green+Blue) = 98+85+126=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #62557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557E is #9DAA81. Grayscale: #5D5D5D. Windows color (decimal): -10332802 or 8279394. OLE color: 8279394.

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

Color convert

RGB9885126-
CMYK0.220.3300.51
HSL259.02º19.43%41.37%-
HSV(B)259.02º32.54%49.41%-
XYZ12.0510.621.15-
YUV93.56146.31131.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=31.72%
G=27.51%
B=40.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98851260.220.3300.51259.0219.4341.37
Hex62557E16210331031329
Octal14212517626410634032351
Binary11000101010101111111010110100001011001110000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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