#64567C

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

Shades of Kimberly #64567C

Tints of Kimberly #64567C

Color information

#64567C (or 0x64567C) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 7C. RGB value is (100,86,124). Sum of RGB (Red+Green+Blue) = 100+86+124=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #64567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64567C is #9BA983. Grayscale: #5E5E5E. Windows color (decimal): -10201476 or 8148580. OLE color: 8148580.

HSL color Cylindrical-coordinate representation of color #64567C: hue angle of 262.11º degrees, saturation: 0.18, 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 #64567C is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10086124-
CMYK0.190.3100.51
HSL262.11º18.1%41.18%-
HSV(B)262.11º30.65%48.63%-
XYZ12.2210.8220.51-
YUV94.52144.64131.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 124 (48.83% from 255) = 40%
R=32.26%
G=27.74%
B=40%

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
Decimal100861240.190.3100.51262.1118.141.18
Hex64567C131F0331061229
Octal14412617423370634062251
Binary1100100101011011111001001111111011001110000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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