Html Css Color HEX #564774 Gigas

📋 copy color: '#564774'

red 86 ◦ green 71 ◦ blue 116

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

Shades of Gigas #564774

Tints of Gigas #564774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 31.5%
G = 26.01%
B = 42.49%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564774 (or 0x564774) is known color: Gigas. HEX triplet: 56, 47 and 74. RGB value is (86,71,116). Sum of RGB (Red+Green+Blue) = 86+71+116=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #564774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564774 is #A9B88B. Grayscale: #505050. Windows color (decimal): -11122828 or 7620438. OLE color: 7620438.

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

Color convert

RGB 86 71 116 -
CMYK 0.26 0.39 0 0.55
HSL 260º 0.24% 0.37% -
HSV(B) 260º 0.39% 0.45% -
XYZ 9.24 7.75 17.53 -
YUV 80.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 86 71 116 0.26 0.39 0 0.55 260 0.24 0.37
Hex 56 47 74 1A 27 0 37 104 18 25
Octal 126 107 164 32 47 0 67 404 30 45
Binary 1010110 1000111 1110100 11010 100111 0 110111 100000100 11000 100101

Color Harmonies of #564774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564774

Black with #564774

Text Example


Text Example

White with #564774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564774; }

 p { color: rgb(86,71,116); }

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

background-color css

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

 a { background-color: rgb(86,71,116); }

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

border-color css

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

 span { border-color: rgb(86,71,116); }

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