#574484

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

Shades of Gigas #574484

Tints of Gigas #574484

Color information

#574484 (or 0x574484) is unknown color: approx Gigas. HEX triplet: 57, 44 and 84. RGB value is (87,68,132). Sum of RGB (Red+Green+Blue) = 87+68+132=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #574484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574484 is #A8BB7B. Grayscale: #505050. Windows color (decimal): -11058044 or 8668247. OLE color: 8668247.

HSL color Cylindrical-coordinate representation of color #574484: hue angle of 257.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574484 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8768132-
CMYK0.340.4800.48
HSL257.81º32%39.22%-
HSV(B)257.81º48.48%51.76%-
XYZ10.167.8322.8-
YUV80.98156.79132.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=30.31%
G=23.69%
B=45.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87681320.340.4800.48257.813239.22
Hex57448422300301022027
Octal12710420442600604024047
Binary10101111000100100001001000101100000110000100000010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574484; }

 p { color: rgb(87,68,132); }

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

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

 a { background-color: rgb(87,68,132); }

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

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

 span { border-color: rgb(87,68,132); }

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