#64567A

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

Shades of Kimberly #64567A

Tints of Kimberly #64567A

Color information

#64567A (or 0x64567A) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 7A. RGB value is (100,86,122). Sum of RGB (Red+Green+Blue) = 100+86+122=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #64567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64567A is #9BA985. Grayscale: #5E5E5E. Windows color (decimal): -10201478 or 8017508. OLE color: 8017508.

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

Color convert

RGB10086122-
CMYK0.180.3000.52
HSL263.33º17.31%40.78%-
HSV(B)263.33º29.51%47.84%-
XYZ12.110.7719.85-
YUV94.29143.64132.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=32.47%
G=27.92%
B=39.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100861220.180.3000.52263.3317.3140.78
Hex64567A121E0341071129
Octal14412617222360644072151
Binary1100100101011011110101001011110011010010000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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