#574795

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

Shades of Gigas #574795

Tints of Gigas #574795

Color information

#574795 (or 0x574795) is unknown color: approx Gigas. HEX triplet: 57, 47 and 95. RGB value is (87,71,149). Sum of RGB (Red+Green+Blue) = 87+71+149=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #574795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574795 is #A8B86A. Grayscale: #545454. Windows color (decimal): -11057259 or 9783127. OLE color: 9783127.

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

Color convert

RGB8771149-
CMYK0.420.5200.42
HSL252.31º35.45%43.14%-
HSV(B)252.31º52.35%58.43%-
XYZ11.618.729.5-
YUV84.68164.3129.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=28.34%
G=23.13%
B=48.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87711490.420.5200.42252.3135.4543.14
Hex5747952A3402Afc232b
Octal12710722552640523744353
Binary1010111100011110010101101010110100010101011111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574795; }

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

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

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

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

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

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

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

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