Html Css Color HEX #564578 Gigas

📋 copy color: '#564578'

red 86 ◦ green 69 ◦ blue 120

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

Shades of Gigas #564578

Tints of Gigas #564578

RGB

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

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

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

R = 31.27%
G = 25.09%
B = 43.64%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564578 (or 0x564578) is known color: Gigas. HEX triplet: 56, 45 and 78. RGB value is (86,69,120). Sum of RGB (Red+Green+Blue) = 86+69+120=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #564578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564578 is #A9BA87. Grayscale: #4F4F4F. Windows color (decimal): -11123336 or 7882070. OLE color: 7882070.

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

Color convert

RGB 86 69 120 -
CMYK 0.28 0.42 0 0.53
HSL 260º 0.27% 0.37% -
HSV(B) 260º 0.43% 0.47% -
XYZ 9.36 7.59 18.74 -
YUV 79.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 86 69 120 0.28 0.42 0 0.53 260 0.27 0.37
Hex 56 45 78 1C 2A 0 35 104 1B 25
Octal 126 105 170 34 52 0 65 404 33 45
Binary 1010110 1000101 1111000 11100 101010 0 110101 100000100 11011 100101

Color Harmonies of #564578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564578

Black with #564578

Text Example


Text Example

White with #564578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564578; }

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

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

background-color css

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

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

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

border-color css

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

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

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