#564271

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

Shades of Meteorite #564271

Tints of Meteorite #564271

Color information

#564271 (or 0x564271) is unknown color: approx Meteorite. HEX triplet: 56, 42 and 71. RGB value is (86,66,113). Sum of RGB (Red+Green+Blue) = 86+66+113=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #564271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564271 is #A9BD8E. Grayscale: #4D4D4D. Windows color (decimal): -11124111 or 7422550. OLE color: 7422550.

HSL color Cylindrical-coordinate representation of color #564271: hue angle of 265.53º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564271 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8666113-
CMYK0.240.4200.56
HSL265.53º26.26%35.1%-
HSV(B)265.53º41.59%44.31%-
XYZ8.777.0716.52-
YUV77.34148.13134.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=32.45%
G=24.91%
B=42.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86661130.240.4200.56265.5326.2635.1
Hex564271182A03810a1a23
Octal12610216130520704123243
Binary10101101000010111000111000101010011100010000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564271; }

 p { color: rgb(86,66,113); }

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

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

 a { background-color: rgb(86,66,113); }

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

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

 span { border-color: rgb(86,66,113); }

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