Html Css Color HEX #574579 Gigas

📋 copy color: '#574579'

red 87 ◦ green 69 ◦ blue 121

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

Shades of Gigas #574579

Tints of Gigas #574579

RGB

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

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

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

R = 31.41%
G = 24.91%
B = 43.68%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574579 (or 0x574579) is known color: Gigas. HEX triplet: 57, 45 and 79. RGB value is (87,69,121). Sum of RGB (Red+Green+Blue) = 87+69+121=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #574579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574579 is #A8BA86. Grayscale: #505050. Windows color (decimal): -11057799 or 7947607. OLE color: 7947607.

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

Color convert

RGB 87 69 121 -
CMYK 0.28 0.43 0 0.53
HSL 260.77º 0.27% 0.37% -
HSV(B) 260.77º 0.43% 0.47% -
XYZ 9.51 7.66 19.07 -
YUV 80.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 87 69 121 0.28 0.43 0 0.53 260.77 0.27 0.37
Hex 57 45 79 1C 2B 0 35 105 1B 25
Octal 127 105 171 34 53 0 65 405 33 45
Binary 1010111 1000101 1111001 11100 101011 0 110101 100000101 11011 100101

Color Harmonies of #574579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574579

Black with #574579

Text Example


Text Example

White with #574579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574579; }

 p { color: rgb(87,69,121); }

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

background-color css

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

 a { background-color: rgb(87,69,121); }

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

border-color css

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

 span { border-color: rgb(87,69,121); }

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