#574995

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

Shades of Gigas #574995

Tints of Gigas #574995

Color information

#574995 (or 0x574995) is unknown color: approx Gigas. HEX triplet: 57, 49 and 95. RGB value is (87,73,149). Sum of RGB (Red+Green+Blue) = 87+73+149=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #574995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574995 is #A8B66A. Grayscale: #555555. Windows color (decimal): -11056747 or 9783639. OLE color: 9783639.

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

Color convert

RGB8773149-
CMYK0.420.5100.42
HSL251.05º34.23%43.53%-
HSV(B)251.05º51.01%58.43%-
XYZ11.748.9629.54-
YUV85.85163.64128.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=28.16%
G=23.62%
B=48.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87731490.420.5100.42251.0534.2343.53
Hex5749952A3302Afb222c
Octal12711122552630523734254
Binary1010111100100110010101101010110011010101011111011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574995; }

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

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

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

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

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

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

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

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