Html Css Color HEX #564773 Meteorite

📋 copy color: '#564773'

red 86 ◦ green 71 ◦ blue 115

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

Shades of Meteorite #564773

Tints of Meteorite #564773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 31.62%
G = 26.1%
B = 42.28%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564773 (or 0x564773) is known color: Meteorite. HEX triplet: 56, 47 and 73. RGB value is (86,71,115). Sum of RGB (Red+Green+Blue) = 86+71+115=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #564773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564773 is #A9B88C. Grayscale: #505050. Windows color (decimal): -11122829 or 7554902. OLE color: 7554902.

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

Color convert

RGB 86 71 115 -
CMYK 0.25 0.38 0 0.55
HSL 260.45º 0.24% 0.36% -
HSV(B) 260.45º 0.38% 0.45% -
XYZ 9.19 7.72 17.23 -
YUV 80.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 86 71 115 0.25 0.38 0 0.55 260.45 0.24 0.36
Hex 56 47 73 19 26 0 37 104 18 24
Octal 126 107 163 31 46 0 67 404 30 44
Binary 1010110 1000111 1110011 11001 100110 0 110111 100000100 11000 100100

Color Harmonies of #564773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564773

Black with #564773

Text Example


Text Example

White with #564773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564773; }

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

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

background-color css

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

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

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

border-color css

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

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

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