#62567B

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

Shades of Kimberly #62567B

Tints of Kimberly #62567B

Color information

#62567B (or 0x62567B) is unknown color: approx Kimberly. HEX triplet: 62, 56 and 7B. RGB value is (98,86,123). Sum of RGB (Red+Green+Blue) = 98+86+123=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #62567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62567B is #9DA984. Grayscale: #5D5D5D. Windows color (decimal): -10332549 or 8083042. OLE color: 8083042.

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

Color convert

RGB9886123-
CMYK0.200.3000.52
HSL259.46º17.7%40.98%-
HSV(B)259.46º30.08%48.24%-
XYZ11.9410.6820.17-
YUV93.81144.48130.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=31.92%
G=28.01%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98861230.200.3000.52259.4617.740.98
Hex62567B141E0341031229
Octal14212617324360644032251
Binary1100010101011011110111010011110011010010000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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