Html Css Color HEX #564673 Meteorite

📋 copy color: '#564673'

red 86 ◦ green 70 ◦ blue 115

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

Shades of Meteorite #564673

Tints of Meteorite #564673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 31.73%
G = 25.83%
B = 42.44%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564673 (or 0x564673) is known color: Meteorite. HEX triplet: 56, 46 and 73. RGB value is (86,70,115). Sum of RGB (Red+Green+Blue) = 86+70+115=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #564673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564673 is #A9B98C. Grayscale: #4F4F4F. Windows color (decimal): -11123085 or 7554646. OLE color: 7554646.

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

Color convert

RGB 86 70 115 -
CMYK 0.25 0.39 0 0.55
HSL 261.33º 0.24% 0.36% -
HSV(B) 261.33º 0.39% 0.45% -
XYZ 9.12 7.6 17.21 -
YUV 79.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 86 70 115 0.25 0.39 0 0.55 261.33 0.24 0.36
Hex 56 46 73 19 27 0 37 105 18 24
Octal 126 106 163 31 47 0 67 405 30 44
Binary 1010110 1000110 1110011 11001 100111 0 110111 100000101 11000 100100

Color Harmonies of #564673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564673

Black with #564673

Text Example


Text Example

White with #564673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564673; }

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

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

background-color css

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

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

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

border-color css

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

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

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