Html Css Color HEX #564373 Meteorite

📋 copy color: '#564373'

red 86 ◦ green 67 ◦ blue 115

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

Shades of Meteorite #564373

Tints of Meteorite #564373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 32.09%
G = 25%
B = 42.91%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564373 (or 0x564373) is known color: Meteorite. HEX triplet: 56, 43 and 73. RGB value is (86,67,115). Sum of RGB (Red+Green+Blue) = 86+67+115=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #564373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564373 is #A9BC8C. Grayscale: #4D4D4D. Windows color (decimal): -11123853 or 7553878. OLE color: 7553878.

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

Color convert

RGB 86 67 115 -
CMYK 0.25 0.42 0 0.55
HSL 263.75º 0.26% 0.36% -
HSV(B) 263.75º 0.42% 0.45% -
XYZ 8.94 7.23 17.14 -
YUV 78.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 86 67 115 0.25 0.42 0 0.55 263.75 0.26 0.36
Hex 56 43 73 19 2A 0 37 108 1A 24
Octal 126 103 163 31 52 0 67 410 32 44
Binary 1010110 1000011 1110011 11001 101010 0 110111 100001000 11010 100100

Color Harmonies of #564373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564373

Black with #564373

Text Example


Text Example

White with #564373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564373; }

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

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

background-color css

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

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

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

border-color css

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

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

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