Html Css Color HEX #574080 Gigas

📋 copy color: '#574080'

red 87 ◦ green 64 ◦ blue 128

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

Shades of Gigas #574080

Tints of Gigas #574080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 31.18%
G = 22.94%
B = 45.88%

CMYK

 C value IS 0.32

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#574080 (or 0x574080) is known color: Gigas. HEX triplet: 57, 40 and 80. RGB value is (87,64,128). Sum of RGB (Red+Green+Blue) = 87+64+128=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #574080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574080 is #A8BF7F. Grayscale: #4D4D4D. Windows color (decimal): -11059072 or 8405079. OLE color: 8405079.

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

Color convert

RGB 87 64 128 -
CMYK 0.32 0.5 0 0.50
HSL 261.56º 0.33% 0.38% -
HSV(B) 261.56º 0.5% 0.5% -
XYZ 9.66 7.25 21.31 -
YUV 78.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 87 64 128 0.32 0.5 0 0.50 261.56 0.33 0.38
Hex 57 40 80 20 32 0 32 106 21 26
Octal 127 100 200 40 62 0 62 406 41 46
Binary 1010111 1000000 10000000 100000 110010 0 110010 100000110 100001 100110

Color Harmonies of #574080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574080

Black with #574080

Text Example


Text Example

White with #574080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574080; }

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

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

background-color css

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

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

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

border-color css

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

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

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