Html Css Color HEX #574999 Gigas

📋 copy color: '#574999'

red 87 ◦ green 73 ◦ blue 153

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

Shades of Gigas #574999

Tints of Gigas #574999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 27.8%
G = 23.32%
B = 48.88%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#574999 (or 0x574999) is known color: Gigas. HEX triplet: 57, 49 and 99. RGB value is (87,73,153). Sum of RGB (Red+Green+Blue) = 87+73+153=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #574999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574999 is #A8B666. Grayscale: #565656. Windows color (decimal): -11056743 or 10045783. OLE color: 10045783.

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

Color convert

RGB 87 73 153 -
CMYK 0.43 0.52 0 0.4
HSL 250.5º 0.35% 0.44% -
HSV(B) 250.5º 0.52% 0.6% -
XYZ 12.06 9.09 31.26 -
YUV 86.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 87 73 153 0.43 0.52 0 0.4 250.5 0.35 0.44
Hex 57 49 99 2B 34 0 28 FB 23 2C
Octal 127 111 231 53 64 0 50 373 43 54
Binary 1010111 1001001 10011001 101011 110100 0 101000 11111011 100011 101100

Color Harmonies of #574999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574999

Black with #574999

Text Example


Text Example

White with #574999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574999; }

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

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

background-color css

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

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

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

border-color css

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

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

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