#574881

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

Shades of Gigas #574881

Tints of Gigas #574881

Color information

#574881 (or 0x574881) is unknown color: approx Gigas. HEX triplet: 57, 48 and 81. RGB value is (87,72,129). Sum of RGB (Red+Green+Blue) = 87+72+129=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #574881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574881 is #A8B77E. Grayscale: #525252. Windows color (decimal): -11057023 or 8472663. OLE color: 8472663.

HSL color Cylindrical-coordinate representation of color #574881: hue angle of 255.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574881 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8772129-
CMYK0.330.4400.49
HSL255.79º28.36%39.41%-
HSV(B)255.79º44.19%50.59%-
XYZ10.218.2521.82-
YUV82.98153.97130.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=30.21%
G=25%
B=44.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87721290.330.4400.49255.7928.3639.41
Hex574881212C0311001c27
Octal12711020141540614003447
Binary1010111100100010000001100001101100011000110000000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574881; }

 p { color: rgb(87,72,129); }

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

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

 a { background-color: rgb(87,72,129); }

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

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

 span { border-color: rgb(87,72,129); }

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