#574082

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

Shades of Gigas #574082

Tints of Gigas #574082

Color information

#574082 (or 0x574082) is unknown color: approx Gigas. HEX triplet: 57, 40 and 82. RGB value is (87,64,130). Sum of RGB (Red+Green+Blue) = 87+64+130=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #574082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574082 is #A8BF7D. Grayscale: #4E4E4E. Windows color (decimal): -11059070 or 8536151. OLE color: 8536151.

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

Color convert

RGB8764130-
CMYK0.330.5100.49
HSL260.91º34.02%38.04%-
HSV(B)260.91º50.77%50.98%-
XYZ9.797.322.01-
YUV78.4157.12134.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=30.96%
G=22.78%
B=46.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87641300.330.5100.49260.9134.0238.04
Hex57408221330311052226
Octal12710020241630614054246
Binary10101111000000100000101000011100110110001100000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574082; }

 p { color: rgb(87,64,130); }

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

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

 a { background-color: rgb(87,64,130); }

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

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

 span { border-color: rgb(87,64,130); }

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