Html Css Color HEX #564677 Gigas

📋 copy color: '#564677'

red 86 ◦ green 70 ◦ blue 119

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

Shades of Gigas #564677

Tints of Gigas #564677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

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

R = 31.27%
G = 25.45%
B = 43.27%

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

#564677 (or 0x564677) is known color: Gigas. HEX triplet: 56, 46 and 77. RGB value is (86,70,119). Sum of RGB (Red+Green+Blue) = 86+70+119=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #564677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564677 is #A9B988. Grayscale: #505050. Windows color (decimal): -11123081 or 7816790. OLE color: 7816790.

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

Color convert

RGB 86 70 119 -
CMYK 0.28 0.41 0 0.53
HSL 259.59º 0.26% 0.37% -
HSV(B) 259.59º 0.41% 0.47% -
XYZ 9.36 7.69 18.44 -
YUV 80.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 86 70 119 0.28 0.41 0 0.53 259.59 0.26 0.37
Hex 56 46 77 1C 29 0 35 104 1A 25
Octal 126 106 167 34 51 0 65 404 32 45
Binary 1010110 1000110 1110111 11100 101001 0 110101 100000100 11010 100101

Color Harmonies of #564677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564677

Black with #564677

Text Example


Text Example

White with #564677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564677; }

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

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

background-color css

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

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

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

border-color css

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

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

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