#574786

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

Shades of Gigas #574786

Tints of Gigas #574786

Color information

#574786 (or 0x574786) is unknown color: approx Gigas. HEX triplet: 57, 47 and 86. RGB value is (87,71,134). Sum of RGB (Red+Green+Blue) = 87+71+134=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #574786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574786 is #A8B879. Grayscale: #525252. Windows color (decimal): -11057274 or 8800087. OLE color: 8800087.

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

Color convert

RGB8771134-
CMYK0.350.4700.47
HSL255.24º30.73%40.2%-
HSV(B)255.24º47.01%52.55%-
XYZ10.498.2523.59-
YUV82.97156.8130.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=29.79%
G=24.32%
B=45.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87711340.350.4700.47255.2430.7340.2
Hex574786232F02Fff1f28
Octal12710720643570573773750
Binary101011110001111000011010001110111101011111111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574786; }

 p { color: rgb(87,71,134); }

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

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

 a { background-color: rgb(87,71,134); }

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

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

 span { border-color: rgb(87,71,134); }

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