Html Css Color HEX #574880 Gigas

📋 copy color: '#574880'

red 87 ◦ green 72 ◦ blue 128

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

Shades of Gigas #574880

Tints of Gigas #574880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 30.31%
G = 25.09%
B = 44.6%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#574880 (or 0x574880) is known color: Gigas. HEX triplet: 57, 48 and 80. RGB value is (87,72,128). Sum of RGB (Red+Green+Blue) = 87+72+128=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #574880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574880 is #A8B77F. Grayscale: #525252. Windows color (decimal): -11057024 or 8407127. OLE color: 8407127.

HSL color Cylindrical-coordinate representation of color #574880: hue angle of 256.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574880 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 72 128 -
CMYK 0.32 0.44 0 0.50
HSL 256.07º 0.28% 0.39% -
HSV(B) 256.07º 0.44% 0.5% -
XYZ 10.14 8.22 21.47 -
YUV 82.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 87 72 128 0.32 0.44 0 0.50 256.07 0.28 0.39
Hex 57 48 80 20 2C 0 32 100 1C 27
Octal 127 110 200 40 54 0 62 400 34 47
Binary 1010111 1001000 10000000 100000 101100 0 110010 100000000 11100 100111

Color Harmonies of #574880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574880

Black with #574880

Text Example


Text Example

White with #574880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574880; }

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

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

background-color css

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

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

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

border-color css

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

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

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