Html Css Color HEX #574284 Gigas

📋 copy color: '#574284'

red 87 ◦ green 66 ◦ blue 132

#574284
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #574284

Tints of Gigas #574284

RGB

 RED value IS 87 (34.38% from 255) = 30.53%

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 30.53%
G = 23.16%
B = 46.32%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574284 (or 0x574284) is known color: Gigas. HEX triplet: 57, 42 and 84. RGB value is (87,66,132). Sum of RGB (Red+Green+Blue) = 87+66+132=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #574284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574284 is #A8BD7B. Grayscale: #4F4F4F. Windows color (decimal): -11058556 or 8667735. OLE color: 8667735.

HSL color Cylindrical-coordinate representation of color #574284: hue angle of 259.09º 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 #574284 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 66 132 -
CMYK 0.34 0.5 0 0.48
HSL 259.09º 0.33% 0.39% -
HSV(B) 259.09º 0.5% 0.52% -
XYZ 10.04 7.59 22.77 -
YUV 79.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 87 66 132 0.34 0.5 0 0.48 259.09 0.33 0.39
Hex 57 42 84 22 32 0 30 103 21 27
Octal 127 102 204 42 62 0 60 403 41 47
Binary 1010111 1000010 10000100 100010 110010 0 110000 100000011 100001 100111

Color Harmonies of #574284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574284

Black with #574284

Text Example


Text Example

White with #574284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574284; }

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

 H1.HeaderClassName
 {
   color: #574284;
 }
 .AnyTagClassName
 {
   color: #574284;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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