Html Css Color HEX #564778 Gigas

📋 copy color: '#564778'

red 86 ◦ green 71 ◦ blue 120

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

Shades of Gigas #564778

Tints of Gigas #564778

RGB

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

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

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

R = 31.05%
G = 25.63%
B = 43.32%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564778 (or 0x564778) is known color: Gigas. HEX triplet: 56, 47 and 78. RGB value is (86,71,120). Sum of RGB (Red+Green+Blue) = 86+71+120=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #564778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564778 is #A9B887. Grayscale: #505050. Windows color (decimal): -11122824 or 7882582. OLE color: 7882582.

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

Color convert

RGB 86 71 120 -
CMYK 0.28 0.41 0 0.53
HSL 258.37º 0.26% 0.37% -
HSV(B) 258.37º 0.41% 0.47% -
XYZ 9.48 7.84 18.78 -
YUV 81.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 86 71 120 0.28 0.41 0 0.53 258.37 0.26 0.37
Hex 56 47 78 1C 29 0 35 102 1A 25
Octal 126 107 170 34 51 0 65 402 32 45
Binary 1010110 1000111 1111000 11100 101001 0 110101 100000010 11010 100101

Color Harmonies of #564778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564778

Black with #564778

Text Example


Text Example

White with #564778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564778; }

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

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

background-color css

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

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

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

border-color css

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

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

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