#574383

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

Shades of Gigas #574383

Tints of Gigas #574383

Color information

#574383 (or 0x574383) is unknown color: approx Gigas. HEX triplet: 57, 43 and 83. RGB value is (87,67,131). Sum of RGB (Red+Green+Blue) = 87+67+131=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #574383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574383 is #A8BC7C. Grayscale: #505050. Windows color (decimal): -11058301 or 8602455. OLE color: 8602455.

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

Color convert

RGB8767131-
CMYK0.340.4900.49
HSL258.75º32.32%38.82%-
HSV(B)258.75º48.85%51.37%-
XYZ10.037.6822.43-
YUV80.28156.63132.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=30.53%
G=23.51%
B=45.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87671310.340.4900.49258.7532.3238.82
Hex57438322310311032027
Octal12710320342610614034047
Binary10101111000011100000111000101100010110001100000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574383; }

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

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

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

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

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

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

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

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