#62547A

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

Shades of Kimberly #62547A

Tints of Kimberly #62547A

Color information

#62547A (or 0x62547A) is unknown color: approx Kimberly. HEX triplet: 62, 54 and 7A. RGB value is (98,84,122). Sum of RGB (Red+Green+Blue) = 98+84+122=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #62547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62547A is #9DAB85. Grayscale: #5C5C5C. Windows color (decimal): -10333062 or 8016994. OLE color: 8016994.

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

Color convert

RGB9884122-
CMYK0.200.3100.52
HSL262.11º18.45%40.39%-
HSV(B)262.11º31.15%47.84%-
XYZ11.7210.3419.79-
YUV92.52144.64131.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=32.24%
G=27.63%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98841220.200.3100.52262.1118.4540.39
Hex62547A141F0341061228
Octal14212417224370644062250
Binary1100010101010011110101010011111011010010000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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