#574181

Color #574181 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #574181

Tints of Gigas #574181

Color information

#574181 (or 0x574181) is unknown color: approx Gigas. HEX triplet: 57, 41 and 81. RGB value is (87,65,129). Sum of RGB (Red+Green+Blue) = 87+65+129=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #574181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574181 is #A8BE7E. Grayscale: #4E4E4E. Windows color (decimal): -11058815 or 8470871. OLE color: 8470871.

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

Color convert

RGB8765129-
CMYK0.330.5000.49
HSL260.62º32.99%38.04%-
HSV(B)260.62º49.61%50.59%-
XYZ9.787.3921.68-
YUV78.87156.29133.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=30.96%
G=23.13%
B=45.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87651290.330.5000.49260.6232.9938.04
Hex57418121320311052126
Octal12710120141620614054146
Binary10101111000001100000011000011100100110001100000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574181; }

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

 H1.HeaderClassName
 {
   color: #574181;
 }
 .AnyTagClassName
 {
   color: #574181;
 }
</style>
background-color css

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

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

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

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

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

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