#63587E

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

Shades of Kimberly #63587E

Tints of Kimberly #63587E

Color information

#63587E (or 0x63587E) is unknown color: approx Kimberly. HEX triplet: 63, 58 and 7E. RGB value is (99,88,126). Sum of RGB (Red+Green+Blue) = 99+88+126=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #63587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63587E is #9CA781. Grayscale: #5F5F5F. Windows color (decimal): -10266498 or 8280163. OLE color: 8280163.

HSL color Cylindrical-coordinate representation of color #63587E: hue angle of 257.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63587E is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9988126-
CMYK0.210.3000.51
HSL257.37º17.76%41.96%-
HSV(B)257.37º30.16%49.41%-
XYZ12.411.1421.23-
YUV95.62145.14130.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=31.63%
G=28.12%
B=40.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99881260.210.3000.51257.3717.7641.96
Hex63587E151E033101122a
Octal14313017625360634012252
Binary1100011101100011111101010111110011001110000000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63587E; }

 p { color: rgb(99,88,126); }

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

<style>
 a { background-color: #63587E; }

 a { background-color: rgb(99,88,126); }

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

<style>
 span { border-color: #63587E; }

 span { border-color: rgb(99,88,126); }

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