#62557A

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

Shades of Kimberly #62557A

Tints of Kimberly #62557A

Color information

#62557A (or 0x62557A) is unknown color: approx Kimberly. HEX triplet: 62, 55 and 7A. RGB value is (98,85,122). Sum of RGB (Red+Green+Blue) = 98+85+122=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #62557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557A is #9DAA85. Grayscale: #5C5C5C. Windows color (decimal): -10332806 or 8017250. OLE color: 8017250.

HSL color Cylindrical-coordinate representation of color #62557A: hue angle of 261.08º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62557A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9885122-
CMYK0.200.3000.52
HSL261.08º17.87%40.59%-
HSV(B)261.08º30.33%47.84%-
XYZ11.810.519.82-
YUV93.1144.31131.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 122 (48.05% from 255) = 40%
R=32.13%
G=27.87%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98851220.200.3000.52261.0817.8740.59
Hex62557A141E0341051229
Octal14212517224360644052251
Binary1100010101010111110101010011110011010010000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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