Html Css Color HEX #564477 Gigas

📋 copy color: '#564477'

red 86 ◦ green 68 ◦ blue 119

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

Shades of Gigas #564477

Tints of Gigas #564477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 31.5%
G = 24.91%
B = 43.59%

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

#564477 (or 0x564477) is known color: Gigas. HEX triplet: 56, 44 and 77. RGB value is (86,68,119). Sum of RGB (Red+Green+Blue) = 86+68+119=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #564477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564477 is #A9BB88. Grayscale: #4F4F4F. Windows color (decimal): -11123593 or 7816278. OLE color: 7816278.

HSL color Cylindrical-coordinate representation of color #564477: hue angle of 261.18º degrees, saturation: 0.27, 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 #564477 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 68 119 -
CMYK 0.28 0.43 0 0.53
HSL 261.18º 0.27% 0.37% -
HSV(B) 261.18º 0.43% 0.47% -
XYZ 9.23 7.44 18.4 -
YUV 79.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 86 68 119 0.28 0.43 0 0.53 261.18 0.27 0.37
Hex 56 44 77 1C 2B 0 35 105 1B 25
Octal 126 104 167 34 53 0 65 405 33 45
Binary 1010110 1000100 1110111 11100 101011 0 110101 100000101 11011 100101

Color Harmonies of #564477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564477

Black with #564477

Text Example


Text Example

White with #564477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564477; }

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

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

background-color css

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

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

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

border-color css

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

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

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