#564B70

Color #564B70 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #564B70

Tints of Meteorite #564B70

Color information

#564B70 (or 0x564B70) is unknown color: approx Meteorite. HEX triplet: 56, 4B and 70. RGB value is (86,75,112). Sum of RGB (Red+Green+Blue) = 86+75+112=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #564B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B70 is #A9B48F. Grayscale: #525252. Windows color (decimal): -11121808 or 7359318. OLE color: 7359318.

HSL color Cylindrical-coordinate representation of color #564B70: hue angle of 257.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #564B70 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8675112-
CMYK0.230.3300.56
HSL257.84º19.79%36.67%-
HSV(B)257.84º33.04%43.92%-
XYZ9.288.1816.42-
YUV82.51144.64130.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=31.50%
G=27.47%
B=41.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86751120.230.3300.56257.8419.7936.67
Hex564B7017210381021425
Octal12611316027410704022445
Binary10101101001011111000010111100001011100010000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564B70; }

 p { color: rgb(86,75,112); }

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

<style>
 a { background-color: #564B70; }

 a { background-color: rgb(86,75,112); }

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

<style>
 span { border-color: #564B70; }

 span { border-color: rgb(86,75,112); }

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