Html Css Color HEX #564576 Gigas

📋 copy color: '#564576'

red 86 ◦ green 69 ◦ blue 118

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

Shades of Gigas #564576

Tints of Gigas #564576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 31.5%
G = 25.27%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564576 (or 0x564576) is known color: Gigas. HEX triplet: 56, 45 and 76. RGB value is (86,69,118). Sum of RGB (Red+Green+Blue) = 86+69+118=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #564576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564576 is #A9BA89. Grayscale: #4F4F4F. Windows color (decimal): -11123338 or 7750998. OLE color: 7750998.

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

Color convert

RGB 86 69 118 -
CMYK 0.27 0.42 0 0.54
HSL 260.82º 0.26% 0.37% -
HSV(B) 260.82º 0.42% 0.46% -
XYZ 9.24 7.54 18.11 -
YUV 79.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 86 69 118 0.27 0.42 0 0.54 260.82 0.26 0.37
Hex 56 45 76 1B 2A 0 36 105 1A 25
Octal 126 105 166 33 52 0 66 405 32 45
Binary 1010110 1000101 1110110 11011 101010 0 110110 100000101 11010 100101

Color Harmonies of #564576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564576

Black with #564576

Text Example


Text Example

White with #564576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564576; }

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

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

background-color css

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

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

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

border-color css

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

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

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