#63577F

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

Shades of Kimberly #63577F

Tints of Kimberly #63577F

Color information

#63577F (or 0x63577F) is unknown color: approx Kimberly. HEX triplet: 63, 57 and 7F. RGB value is (99,87,127). Sum of RGB (Red+Green+Blue) = 99+87+127=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #63577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63577F is #9CA880. Grayscale: #5F5F5F. Windows color (decimal): -10266753 or 8345443. OLE color: 8345443.

HSL color Cylindrical-coordinate representation of color #63577F: hue angle of 258º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63577F is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9987127-
CMYK0.220.3100.50
HSL258º18.69%41.96%-
HSV(B)258º31.5%49.8%-
XYZ12.381121.55-
YUV95.15145.98130.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 127 (50% from 255) = 40.58%
R=31.63%
G=27.80%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99871270.220.3100.5025818.6941.96
Hex63577F161F032102132a
Octal14312717726370624022352
Binary1100011101011111111111011011111011001010000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63577F; }

 p { color: rgb(99,87,127); }

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

<style>
 a { background-color: #63577F; }

 a { background-color: rgb(99,87,127); }

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

<style>
 span { border-color: #63577F; }

 span { border-color: rgb(99,87,127); }

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