#574692

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

Shades of Gigas #574692

Tints of Gigas #574692

Color information

#574692 (or 0x574692) is unknown color: approx Gigas. HEX triplet: 57, 46 and 92. RGB value is (87,70,146). Sum of RGB (Red+Green+Blue) = 87+70+146=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #574692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574692 is #A8B96D. Grayscale: #535353. Windows color (decimal): -11057518 or 9586263. OLE color: 9586263.

HSL color Cylindrical-coordinate representation of color #574692: hue angle of 253.42º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #574692 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8770146-
CMYK0.400.5200.43
HSL253.42º35.19%42.35%-
HSV(B)253.42º52.05%57.25%-
XYZ11.318.4828.24-
YUV83.75163.13130.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=28.71%
G=23.10%
B=48.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87701460.400.5200.43253.4235.1942.35
Hex574692283402Bfd232a
Octal12710622250640533754352
Binary1010111100011010010010101000110100010101111111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574692; }

 p { color: rgb(87,70,146); }

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

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

 a { background-color: rgb(87,70,146); }

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

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

 span { border-color: rgb(87,70,146); }

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