Html Css Color HEX #574899 Gigas

📋 copy color: '#574899'

red 87 ◦ green 72 ◦ blue 153

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

Shades of Gigas #574899

Tints of Gigas #574899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 27.88%
G = 23.08%
B = 49.04%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#574899 (or 0x574899) is known color: Gigas. HEX triplet: 57, 48 and 99. RGB value is (87,72,153). Sum of RGB (Red+Green+Blue) = 87+72+153=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #574899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574899 is #A8B766. Grayscale: #555555. Windows color (decimal): -11056999 or 10045527. OLE color: 10045527.

HSL color Cylindrical-coordinate representation of color #574899: hue angle of 251.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574899 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 72 153 -
CMYK 0.43 0.53 0 0.4
HSL 251.11º 0.36% 0.44% -
HSV(B) 251.11º 0.53% 0.6% -
XYZ 12 8.96 31.23 -
YUV 85.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 87 72 153 0.43 0.53 0 0.4 251.11 0.36 0.44
Hex 57 48 99 2B 35 0 28 FB 24 2C
Octal 127 110 231 53 65 0 50 373 44 54
Binary 1010111 1001000 10011001 101011 110101 0 101000 11111011 100100 101100

Color Harmonies of #574899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574899

Black with #574899

Text Example


Text Example

White with #574899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574899; }

 p { color: rgb(87,72,153); }

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

background-color css

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

 a { background-color: rgb(87,72,153); }

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

border-color css

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

 span { border-color: rgb(87,72,153); }

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