#62547B

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

Shades of Kimberly #62547B

Tints of Kimberly #62547B

Color information

#62547B (or 0x62547B) is unknown color: approx Kimberly. HEX triplet: 62, 54 and 7B. RGB value is (98,84,123). Sum of RGB (Red+Green+Blue) = 98+84+123=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #62547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62547B is #9DAB84. Grayscale: #5C5C5C. Windows color (decimal): -10333061 or 8082530. OLE color: 8082530.

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

Color convert

RGB9884123-
CMYK0.200.3200.52
HSL261.54º18.84%40.59%-
HSV(B)261.54º31.71%48.24%-
XYZ11.7810.3720.12-
YUV92.63145.14131.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=32.13%
G=27.54%
B=40.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98841230.200.3200.52261.5418.8440.59
Hex62547B14200341061329
Octal14212417324400644062351
Binary11000101010100111101110100100000011010010000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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