Html Css Color HEX #564372 Meteorite

📋 copy color: '#564372'

red 86 ◦ green 67 ◦ blue 114

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

Shades of Meteorite #564372

Tints of Meteorite #564372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 32.21%
G = 25.09%
B = 42.7%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564372 (or 0x564372) is known color: Meteorite. HEX triplet: 56, 43 and 72. RGB value is (86,67,114). Sum of RGB (Red+Green+Blue) = 86+67+114=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #564372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564372 is #A9BC8D. Grayscale: #4D4D4D. Windows color (decimal): -11123854 or 7488342. OLE color: 7488342.

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

Color convert

RGB 86 67 114 -
CMYK 0.25 0.41 0 0.55
HSL 264.26º 0.26% 0.35% -
HSV(B) 264.26º 0.41% 0.45% -
XYZ 8.88 7.21 16.84 -
YUV 78.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 86 67 114 0.25 0.41 0 0.55 264.26 0.26 0.35
Hex 56 43 72 19 29 0 37 108 1A 23
Octal 126 103 162 31 51 0 67 410 32 43
Binary 1010110 1000011 1110010 11001 101001 0 110111 100001000 11010 100011

Color Harmonies of #564372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564372

Black with #564372

Text Example


Text Example

White with #564372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564372; }

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

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

background-color css

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

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

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

border-color css

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

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

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