#574683

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

Shades of Gigas #574683

Tints of Gigas #574683

Color information

#574683 (or 0x574683) is unknown color: approx Gigas. HEX triplet: 57, 46 and 83. RGB value is (87,70,131). Sum of RGB (Red+Green+Blue) = 87+70+131=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #574683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574683 is #A8B97C. Grayscale: #515151. Windows color (decimal): -11057533 or 8603223. OLE color: 8603223.

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

Color convert

RGB8770131-
CMYK0.340.4700.49
HSL256.72º30.35%39.41%-
HSV(B)256.72º46.56%51.37%-
XYZ10.228.0522.49-
YUV82.04155.63131.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=30.21%
G=24.31%
B=45.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87701310.340.4700.49256.7230.3539.41
Hex574683222F0311011e27
Octal12710620342570614013647
Binary1010111100011010000011100010101111011000110000000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574683; }

 p { color: rgb(87,70,131); }

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

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

 a { background-color: rgb(87,70,131); }

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

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

 span { border-color: rgb(87,70,131); }

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