Html Css Color HEX #574776 Gigas

📋 copy color: '#574776'

red 87 ◦ green 71 ◦ blue 118

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

Shades of Gigas #574776

Tints of Gigas #574776

RGB

 RED value IS 87 (34.38% from 255) = 31.52%

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

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 31.52%
G = 25.72%
B = 42.75%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574776 (or 0x574776) is known color: Gigas. HEX triplet: 57, 47 and 76. RGB value is (87,71,118). Sum of RGB (Red+Green+Blue) = 87+71+118=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #574776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574776 is #A8B889. Grayscale: #505050. Windows color (decimal): -11057290 or 7751511. OLE color: 7751511.

HSL color Cylindrical-coordinate representation of color #574776: hue angle of 260.43º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574776 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 71 118 -
CMYK 0.26 0.40 0 0.54
HSL 260.43º 0.25% 0.37% -
HSV(B) 260.43º 0.4% 0.46% -
XYZ 9.45 7.84 18.15 -
YUV 81.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 87 71 118 0.26 0.40 0 0.54 260.43 0.25 0.37
Hex 57 47 76 1A 28 0 36 104 19 25
Octal 127 107 166 32 50 0 66 404 31 45
Binary 1010111 1000111 1110110 11010 101000 0 110110 100000100 11001 100101

Color Harmonies of #574776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574776

Black with #574776

Text Example


Text Example

White with #574776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574776; }

 p { color: rgb(87,71,118); }

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

background-color css

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

 a { background-color: rgb(87,71,118); }

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

border-color css

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

 span { border-color: rgb(87,71,118); }

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