Html Css Color HEX #574180 Gigas

📋 copy color: '#574180'

red 87 ◦ green 65 ◦ blue 128

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

Shades of Gigas #574180

Tints of Gigas #574180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 31.07%
G = 23.21%
B = 45.71%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#574180 (or 0x574180) is known color: Gigas. HEX triplet: 57, 41 and 80. RGB value is (87,65,128). Sum of RGB (Red+Green+Blue) = 87+65+128=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #574180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574180 is #A8BE7F. Grayscale: #4E4E4E. Windows color (decimal): -11058816 or 8405335. OLE color: 8405335.

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

Color convert

RGB 87 65 128 -
CMYK 0.32 0.49 0 0.50
HSL 260.95º 0.33% 0.38% -
HSV(B) 260.95º 0.49% 0.5% -
XYZ 9.72 7.37 21.33 -
YUV 78.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 87 65 128 0.32 0.49 0 0.50 260.95 0.33 0.38
Hex 57 41 80 20 31 0 32 105 21 26
Octal 127 101 200 40 61 0 62 405 41 46
Binary 1010111 1000001 10000000 100000 110001 0 110010 100000101 100001 100110

Color Harmonies of #574180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574180

Black with #574180

Text Example


Text Example

White with #574180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574180; }

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

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

background-color css

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

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

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

border-color css

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

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

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