#574385

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

Shades of Gigas #574385

Tints of Gigas #574385

Color information

#574385 (or 0x574385) is unknown color: approx Gigas. HEX triplet: 57, 43 and 85. RGB value is (87,67,133). Sum of RGB (Red+Green+Blue) = 87+67+133=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #574385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574385 is #A8BC7A. Grayscale: #505050. Windows color (decimal): -11058299 or 8733527. OLE color: 8733527.

HSL color Cylindrical-coordinate representation of color #574385: hue angle of 258.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574385 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8767133-
CMYK0.350.5000.48
HSL258.18º33%39.22%-
HSV(B)258.18º49.62%52.16%-
XYZ10.177.7323.15-
YUV80.5157.63132.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=30.31%
G=23.34%
B=46.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87671330.350.5000.48258.183339.22
Hex57438523320301022127
Octal12710320543620604024147
Binary10101111000011100001011000111100100110000100000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574385; }

 p { color: rgb(87,67,133); }

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

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

 a { background-color: rgb(87,67,133); }

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

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

 span { border-color: rgb(87,67,133); }

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