Html Css Color HEX #564575 Meteorite

📋 copy color: '#564575'

red 86 ◦ green 69 ◦ blue 117

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

Shades of Meteorite #564575

Tints of Meteorite #564575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 31.62%
G = 25.37%
B = 43.01%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564575 (or 0x564575) is known color: Meteorite. HEX triplet: 56, 45 and 75. RGB value is (86,69,117). Sum of RGB (Red+Green+Blue) = 86+69+117=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #564575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564575 is #A9BA8A. Grayscale: #4F4F4F. Windows color (decimal): -11123339 or 7685462. OLE color: 7685462.

HSL color Cylindrical-coordinate representation of color #564575: hue angle of 261.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #564575 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 69 117 -
CMYK 0.26 0.41 0 0.54
HSL 261.25º 0.26% 0.36% -
HSV(B) 261.25º 0.41% 0.46% -
XYZ 9.18 7.52 17.8 -
YUV 79.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 86 69 117 0.26 0.41 0 0.54 261.25 0.26 0.36
Hex 56 45 75 1A 29 0 36 105 1A 24
Octal 126 105 165 32 51 0 66 405 32 44
Binary 1010110 1000101 1110101 11010 101001 0 110110 100000101 11010 100100

Color Harmonies of #564575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564575

Black with #564575

Text Example


Text Example

White with #564575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564575; }

 p { color: rgb(86,69,117); }

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

background-color css

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

 a { background-color: rgb(86,69,117); }

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

border-color css

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

 span { border-color: rgb(86,69,117); }

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