#64597B

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

Shades of Kimberly #64597B

Tints of Kimberly #64597B

Color information

#64597B (or 0x64597B) is unknown color: approx Kimberly. HEX triplet: 64, 59 and 7B. RGB value is (100,89,123). Sum of RGB (Red+Green+Blue) = 100+89+123=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #64597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597B is #9BA684. Grayscale: #606060. Windows color (decimal): -10200709 or 8083812. OLE color: 8083812.

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

Color convert

RGB10089123-
CMYK0.190.2800.52
HSL259.41º16.04%41.57%-
HSV(B)259.41º27.64%48.24%-
XYZ12.411.2820.26-
YUV96.16143.14130.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=32.05%
G=28.53%
B=39.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100891230.190.2800.52259.4116.0441.57
Hex64597B131C034103102a
Octal14413117323340644032052
Binary1100100101100111110111001111100011010010000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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