#64557C

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

Shades of Kimberly #64557C

Tints of Kimberly #64557C

Color information

#64557C (or 0x64557C) is unknown color: approx Kimberly. HEX triplet: 64, 55 and 7C. RGB value is (100,85,124). Sum of RGB (Red+Green+Blue) = 100+85+124=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #64557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64557C is #9BAA83. Grayscale: #5D5D5D. Windows color (decimal): -10201732 or 8148324. OLE color: 8148324.

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

Color convert

RGB10085124-
CMYK0.190.3100.51
HSL263.08º18.66%40.98%-
HSV(B)263.08º31.45%48.63%-
XYZ12.1410.6620.49-
YUV93.93144.97132.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=32.36%
G=27.51%
B=40.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100851240.190.3100.51263.0818.6640.98
Hex64557C131F0331071329
Octal14412517423370634072351
Binary1100100101010111111001001111111011001110000011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64557C; }

 p { color: rgb(100,85,124); }

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

<style>
 a { background-color: #64557C; }

 a { background-color: rgb(100,85,124); }

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

<style>
 span { border-color: #64557C; }

 span { border-color: rgb(100,85,124); }

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