Html Css Color HEX #564478 Gigas

📋 copy color: '#564478'

red 86 ◦ green 68 ◦ blue 120

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

Shades of Gigas #564478

Tints of Gigas #564478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 31.39%
G = 24.82%
B = 43.8%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564478 (or 0x564478) is known color: Gigas. HEX triplet: 56, 44 and 78. RGB value is (86,68,120). Sum of RGB (Red+Green+Blue) = 86+68+120=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #564478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564478 is #A9BB87. Grayscale: #4F4F4F. Windows color (decimal): -11123592 or 7881814. OLE color: 7881814.

HSL color Cylindrical-coordinate representation of color #564478: hue angle of 260.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564478 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 68 120 -
CMYK 0.28 0.43 0 0.53
HSL 260.77º 0.28% 0.37% -
HSV(B) 260.77º 0.43% 0.47% -
XYZ 9.3 7.47 18.72 -
YUV 79.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 86 68 120 0.28 0.43 0 0.53 260.77 0.28 0.37
Hex 56 44 78 1C 2B 0 35 105 1C 25
Octal 126 104 170 34 53 0 65 405 34 45
Binary 1010110 1000100 1111000 11100 101011 0 110101 100000101 11100 100101

Color Harmonies of #564478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564478

Black with #564478

Text Example


Text Example

White with #564478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564478; }

 p { color: rgb(86,68,120); }

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

background-color css

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

 a { background-color: rgb(86,68,120); }

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

border-color css

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

 span { border-color: rgb(86,68,120); }

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