#62588B

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

Shades of Kimberly #62588B

Tints of Kimberly #62588B

Color information

#62588B (or 0x62588B) is unknown color: approx Kimberly. HEX triplet: 62, 58 and 8B. RGB value is (98,88,139). Sum of RGB (Red+Green+Blue) = 98+88+139=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #62588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62588B is #9DA774. Grayscale: #606060. Windows color (decimal): -10332021 or 9132130. OLE color: 9132130.

HSL color Cylindrical-coordinate representation of color #62588B: hue angle of 251.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62588B is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9888139-
CMYK0.290.3700.45
HSL251.76º22.47%44.51%-
HSV(B)251.76º36.69%54.51%-
XYZ13.1911.4425.94-
YUV96.8151.81128.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=30.15%
G=27.08%
B=42.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98881390.290.3700.45251.7622.4744.51
Hex62588B1D2502Dfc162d
Octal14213021335450553742655
Binary11000101011000100010111110110010101011011111110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,88,139); }

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

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

 a { background-color: rgb(98,88,139); }

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

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

 span { border-color: rgb(98,88,139); }

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