#574694

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

Shades of Gigas #574694

Tints of Gigas #574694

Color information

#574694 (or 0x574694) is unknown color: approx Gigas. HEX triplet: 57, 46 and 94. RGB value is (87,70,148). Sum of RGB (Red+Green+Blue) = 87+70+148=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #574694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574694 is #A8B96B. Grayscale: #535353. Windows color (decimal): -11057516 or 9717335. OLE color: 9717335.

HSL color Cylindrical-coordinate representation of color #574694: hue angle of 253.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574694 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8770148-
CMYK0.410.5300.42
HSL253.08º35.78%42.75%-
HSV(B)253.08º52.7%58.04%-
XYZ11.478.5429.06-
YUV83.98164.13130.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=28.52%
G=22.95%
B=48.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87701480.410.5300.42253.0835.7842.75
Hex574694293502Afd242b
Octal12710622451650523754453
Binary1010111100011010010100101001110101010101011111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574694; }

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

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

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

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

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

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

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

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