#574185

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

Shades of Gigas #574185

Tints of Gigas #574185

Color information

#574185 (or 0x574185) is unknown color: approx Gigas. HEX triplet: 57, 41 and 85. RGB value is (87,65,133). Sum of RGB (Red+Green+Blue) = 87+65+133=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #574185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574185 is #A8BE7A. Grayscale: #4F4F4F. Windows color (decimal): -11058811 or 8733015. OLE color: 8733015.

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

Color convert

RGB8765133-
CMYK0.350.5100.48
HSL259.41º34.34%38.82%-
HSV(B)259.41º51.13%52.16%-
XYZ10.057.523.11-
YUV79.33158.29133.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=30.53%
G=22.81%
B=46.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87651330.350.5100.48259.4134.3438.82
Hex57418523330301032227
Octal12710120543630604034247
Binary10101111000001100001011000111100110110000100000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574185; }

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

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

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

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

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

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

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

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