#62597F

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

Shades of Kimberly #62597F

Tints of Kimberly #62597F

Color information

#62597F (or 0x62597F) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 7F. RGB value is (98,89,127). Sum of RGB (Red+Green+Blue) = 98+89+127=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #62597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62597F is #9DA680. Grayscale: #5F5F5F. Windows color (decimal): -10331777 or 8345954. OLE color: 8345954.

HSL color Cylindrical-coordinate representation of color #62597F: hue angle of 254.21º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62597F is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9889127-
CMYK0.230.3000.50
HSL254.21º17.59%42.35%-
HSV(B)254.21º29.92%49.8%-
XYZ12.4411.2721.6-
YUV96.02145.48129.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 127 (50% from 255) = 40.45%
R=31.21%
G=28.34%
B=40.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98891270.230.3000.50254.2117.5942.35
Hex62597F171E032fe122a
Octal14213117727360623762252
Binary110001010110011111111101111111001100101111111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62597F; }

 p { color: rgb(98,89,127); }

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

<style>
 a { background-color: #62597F; }

 a { background-color: rgb(98,89,127); }

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

<style>
 span { border-color: #62597F; }

 span { border-color: rgb(98,89,127); }

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