#574087

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

Shades of Gigas #574087

Tints of Gigas #574087

Color information

#574087 (or 0x574087) is unknown color: approx Gigas. HEX triplet: 57, 40 and 87. RGB value is (87,64,135). Sum of RGB (Red+Green+Blue) = 87+64+135=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #574087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574087 is #A8BF78. Grayscale: #4E4E4E. Windows color (decimal): -11059065 or 8863831. OLE color: 8863831.

HSL color Cylindrical-coordinate representation of color #574087: hue angle of 259.44º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574087 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8764135-
CMYK0.360.5300.47
HSL259.44º35.68%39.02%-
HSV(B)259.44º52.59%52.94%-
XYZ10.147.4423.82-
YUV78.97159.62133.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=30.42%
G=22.38%
B=47.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87641350.360.5300.47259.4435.6839.02
Hex574087243502F1032427
Octal12710020744650574034447
Binary10101111000000100001111001001101010101111100000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574087; }

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

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

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

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

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

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

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

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