Html Css Color HEX #574777 Gigas

📋 copy color: '#574777'

red 87 ◦ green 71 ◦ blue 119

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

Shades of Gigas #574777

Tints of Gigas #574777

RGB

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

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

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

R = 31.41%
G = 25.63%
B = 42.96%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574777 (or 0x574777) is known color: Gigas. HEX triplet: 57, 47 and 77. RGB value is (87,71,119). Sum of RGB (Red+Green+Blue) = 87+71+119=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #574777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574777 is #A8B888. Grayscale: #515151. Windows color (decimal): -11057289 or 7817047. OLE color: 7817047.

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

Color convert

RGB 87 71 119 -
CMYK 0.27 0.40 0 0.53
HSL 260º 0.25% 0.37% -
HSV(B) 260º 0.4% 0.47% -
XYZ 9.51 7.86 18.47 -
YUV 81.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 87 71 119 0.27 0.40 0 0.53 260 0.25 0.37
Hex 57 47 77 1B 28 0 35 104 19 25
Octal 127 107 167 33 50 0 65 404 31 45
Binary 1010111 1000111 1110111 11011 101000 0 110101 100000100 11001 100101

Color Harmonies of #574777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574777

Black with #574777

Text Example


Text Example

White with #574777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574777; }

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

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

background-color css

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

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

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

border-color css

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

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

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