#574B99

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

Shades of Gigas #574B99

Tints of Gigas #574B99

Color information

#574B99 (or 0x574B99) is unknown color: approx Gigas. HEX triplet: 57, 4B and 99. RGB value is (87,75,153). Sum of RGB (Red+Green+Blue) = 87+75+153=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #574B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B99 is #A8B466. Grayscale: #575757. Windows color (decimal): -11056231 or 10046295. OLE color: 10046295.

HSL color Cylindrical-coordinate representation of color #574B99: hue angle of 249.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574B99 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8775153-
CMYK0.430.5100.4
HSL249.23º34.21%44.71%-
HSV(B)249.23º50.98%60%-
XYZ12.29.3631.3-
YUV87.48164.98127.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=27.62%
G=23.81%
B=48.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87751530.430.5100.4249.2334.2144.71
Hex574B992B33028f9222d
Octal12711323153630503714255
Binary1010111100101110011001101011110011010100011111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B99; }

 p { color: rgb(87,75,153); }

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

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

 a { background-color: rgb(87,75,153); }

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

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

 span { border-color: rgb(87,75,153); }

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