#574286

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

Shades of Gigas #574286

Tints of Gigas #574286

Color information

#574286 (or 0x574286) is unknown color: approx Gigas. HEX triplet: 57, 42 and 86. RGB value is (87,66,134). Sum of RGB (Red+Green+Blue) = 87+66+134=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #574286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574286 is #A8BD79. Grayscale: #4F4F4F. Windows color (decimal): -11058554 or 8798807. OLE color: 8798807.

HSL color Cylindrical-coordinate representation of color #574286: hue angle of 258.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574286 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8766134-
CMYK0.350.5100.47
HSL258.53º34%39.22%-
HSV(B)258.53º50.75%52.55%-
XYZ10.187.6423.49-
YUV80.03158.46132.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=30.31%
G=23.00%
B=46.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87661340.350.5100.47258.533439.22
Hex574286233302F1032227
Octal12710220643630574034247
Binary10101111000010100001101000111100110101111100000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574286; }

 p { color: rgb(87,66,134); }

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

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

 a { background-color: rgb(87,66,134); }

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

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

 span { border-color: rgb(87,66,134); }

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