#64597D

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

Shades of Kimberly #64597D

Tints of Kimberly #64597D

Color information

#64597D (or 0x64597D) is unknown color: approx Kimberly. HEX triplet: 64, 59 and 7D. RGB value is (100,89,125). Sum of RGB (Red+Green+Blue) = 100+89+125=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #64597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597D is #9BA682. Grayscale: #606060. Windows color (decimal): -10200707 or 8214884. OLE color: 8214884.

HSL color Cylindrical-coordinate representation of color #64597D: hue angle of 258.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64597D is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10089125-
CMYK0.20.2900.51
HSL258.33º16.82%41.96%-
HSV(B)258.33º28.8%49.02%-
XYZ12.5311.3320.93-
YUV96.39144.14130.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=31.85%
G=28.34%
B=39.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100891250.20.2900.51258.3316.8241.96
Hex64597D141D033102112a
Octal14413117524350634022152
Binary1100100101100111111011010011101011001110000001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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