Html Css Color HEX #564779 Gigas

📋 copy color: '#564779'

red 86 ◦ green 71 ◦ blue 121

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

Shades of Gigas #564779

Tints of Gigas #564779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 30.94%
G = 25.54%
B = 43.53%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564779 (or 0x564779) is known color: Gigas. HEX triplet: 56, 47 and 79. RGB value is (86,71,121). Sum of RGB (Red+Green+Blue) = 86+71+121=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #564779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564779 is #A9B886. Grayscale: #515151. Windows color (decimal): -11122823 or 7948118. OLE color: 7948118.

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

Color convert

RGB 86 71 121 -
CMYK 0.29 0.41 0 0.53
HSL 258º 0.26% 0.38% -
HSV(B) 258º 0.41% 0.47% -
XYZ 9.54 7.87 19.1 -
YUV 81.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 86 71 121 0.29 0.41 0 0.53 258 0.26 0.38
Hex 56 47 79 1D 29 0 35 102 1A 26
Octal 126 107 171 35 51 0 65 402 32 46
Binary 1010110 1000111 1111001 11101 101001 0 110101 100000010 11010 100110

Color Harmonies of #564779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564779

Black with #564779

Text Example


Text Example

White with #564779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564779; }

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

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

background-color css

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

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

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

border-color css

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

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

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