#62547F

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

Shades of Kimberly #62547F

Tints of Kimberly #62547F

Color information

#62547F (or 0x62547F) is unknown color: approx Kimberly. HEX triplet: 62, 54 and 7F. RGB value is (98,84,127). Sum of RGB (Red+Green+Blue) = 98+84+127=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #62547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62547F is #9DAB80. Grayscale: #5C5C5C. Windows color (decimal): -10333057 or 8344674. OLE color: 8344674.

HSL color Cylindrical-coordinate representation of color #62547F: hue angle of 259.53º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62547F is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9884127-
CMYK0.230.3400.50
HSL259.53º20.38%41.37%-
HSV(B)259.53º33.86%49.8%-
XYZ12.0410.4721.47-
YUV93.09147.14131.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 127 (50% from 255) = 41.10%
R=31.72%
G=27.18%
B=41.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98841270.230.3400.50259.5320.3841.37
Hex62547F17220321041429
Octal14212417727420624042451
Binary11000101010100111111110111100010011001010000010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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