#64597A

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

Shades of Kimberly #64597A

Tints of Kimberly #64597A

Color information

#64597A (or 0x64597A) is unknown color: approx Kimberly. HEX triplet: 64, 59 and 7A. RGB value is (100,89,122). Sum of RGB (Red+Green+Blue) = 100+89+122=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #64597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597A is #9BA685. Grayscale: #5F5F5F. Windows color (decimal): -10200710 or 8018276. OLE color: 8018276.

HSL color Cylindrical-coordinate representation of color #64597A: hue angle of 260º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64597A is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10089122-
CMYK0.180.2700.52
HSL260º15.64%41.37%-
HSV(B)260º27.05%47.84%-
XYZ12.3411.2619.94-
YUV96.05142.64130.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=32.15%
G=28.62%
B=39.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100891220.180.2700.5226015.6441.37
Hex64597A121B0341041029
Octal14413117222330644042051
Binary1100100101100111110101001011011011010010000010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64597A; }

 p { color: rgb(100,89,122); }

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

<style>
 a { background-color: #64597A; }

 a { background-color: rgb(100,89,122); }

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

<style>
 span { border-color: #64597A; }

 span { border-color: rgb(100,89,122); }

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