#574288

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

Shades of Gigas #574288

Tints of Gigas #574288

Color information

#574288 (or 0x574288) is unknown color: approx Gigas. HEX triplet: 57, 42 and 88. RGB value is (87,66,136). Sum of RGB (Red+Green+Blue) = 87+66+136=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #574288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574288 is #A8BD77. Grayscale: #505050. Windows color (decimal): -11058552 or 8929879. OLE color: 8929879.

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

Color convert

RGB8766136-
CMYK0.360.5100.47
HSL258º34.65%39.61%-
HSV(B)258º51.47%53.33%-
XYZ10.327.724.23-
YUV80.26159.46132.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=30.10%
G=22.84%
B=47.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87661360.360.5100.4725834.6539.61
Hex574288243302F1022328
Octal12710221044630574024350
Binary10101111000010100010001001001100110101111100000010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574288; }

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

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

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

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

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

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

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

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