#62557C

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

Shades of Kimberly #62557C

Tints of Kimberly #62557C

Color information

#62557C (or 0x62557C) is unknown color: approx Kimberly. HEX triplet: 62, 55 and 7C. RGB value is (98,85,124). Sum of RGB (Red+Green+Blue) = 98+85+124=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #62557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557C is #9DAA83. Grayscale: #5D5D5D. Windows color (decimal): -10332804 or 8148322. OLE color: 8148322.

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

Color convert

RGB9885124-
CMYK0.210.3100.51
HSL260º18.66%40.98%-
HSV(B)260º31.45%48.63%-
XYZ11.9210.5520.48-
YUV93.33145.31131.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=31.92%
G=27.69%
B=40.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98851240.210.3100.5126018.6640.98
Hex62557C151F0331041329
Octal14212517425370634042351
Binary1100010101010111111001010111111011001110000010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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