Html Css Color HEX #564873 Meteorite

📋 copy color: '#564873'

red 86 ◦ green 72 ◦ blue 115

#564873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #564873

Tints of Meteorite #564873

RGB

 RED value IS 86 (33.98% from 255) = 31.5%

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 31.5%
G = 26.37%
B = 42.12%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564873 (or 0x564873) is known color: Meteorite. HEX triplet: 56, 48 and 73. RGB value is (86,72,115). Sum of RGB (Red+Green+Blue) = 86+72+115=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #564873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564873 is #A9B78C. Grayscale: #505050. Windows color (decimal): -11122573 or 7555158. OLE color: 7555158.

HSL color Cylindrical-coordinate representation of color #564873: hue angle of 259.53º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #564873 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 72 115 -
CMYK 0.25 0.37 0 0.55
HSL 259.53º 0.23% 0.37% -
HSV(B) 259.53º 0.37% 0.45% -
XYZ 9.25 7.85 17.25 -
YUV 81.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 86 72 115 0.25 0.37 0 0.55 259.53 0.23 0.37
Hex 56 48 73 19 25 0 37 104 17 25
Octal 126 110 163 31 45 0 67 404 27 45
Binary 1010110 1001000 1110011 11001 100101 0 110111 100000100 10111 100101

Color Harmonies of #564873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564873

Black with #564873

Text Example


Text Example

White with #564873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564873; }

 p { color: rgb(86,72,115); }

 H1.HeaderClassName
 {
   color: #564873;
 }
 .AnyTagClassName
 {
   color: #564873;
 }
</style>

background-color css

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

 a { background-color: rgb(86,72,115); }

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

border-color css

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

 span { border-color: rgb(86,72,115); }

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