#64567E

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

Shades of Kimberly #64567E

Tints of Kimberly #64567E

Color information

#64567E (or 0x64567E) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 7E. RGB value is (100,86,126). Sum of RGB (Red+Green+Blue) = 100+86+126=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #64567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64567E is #9BA981. Grayscale: #5E5E5E. Windows color (decimal): -10201474 or 8279652. OLE color: 8279652.

HSL color Cylindrical-coordinate representation of color #64567E: hue angle of 261º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64567E is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10086126-
CMYK0.210.3200.51
HSL261º18.87%41.57%-
HSV(B)261º31.75%49.41%-
XYZ12.3510.8721.19-
YUV94.75145.64131.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=32.05%
G=27.56%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100861260.210.3200.5126118.8741.57
Hex64567E1520033105132a
Octal14412617625400634052352
Binary11001001010110111111010101100000011001110000010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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