#63557E

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

Shades of Kimberly #63557E

Tints of Kimberly #63557E

Color information

#63557E (or 0x63557E) is unknown color: approx Kimberly. HEX triplet: 63, 55 and 7E. RGB value is (99,85,126). Sum of RGB (Red+Green+Blue) = 99+85+126=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #63557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63557E is #9CAA81. Grayscale: #5D5D5D. Windows color (decimal): -10267266 or 8279395. OLE color: 8279395.

HSL color Cylindrical-coordinate representation of color #63557E: hue angle of 260.49º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63557E is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9985126-
CMYK0.210.3300.51
HSL260.49º19.43%41.37%-
HSV(B)260.49º32.54%49.41%-
XYZ12.1610.6621.15-
YUV93.86146.14131.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=31.94%
G=27.42%
B=40.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99851260.210.3300.51260.4919.4341.37
Hex63557E15210331041329
Octal14312517625410634042351
Binary11000111010101111111010101100001011001110000010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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