Html Css Color HEX #574484 Gigas

📋 copy color: '#574484'

red 87 ◦ green 68 ◦ blue 132

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

Shades of Gigas #574484

Tints of Gigas #574484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 30.31%
G = 23.69%
B = 45.99%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574484 (or 0x574484) is known color: Gigas. HEX triplet: 57, 44 and 84. RGB value is (87,68,132). Sum of RGB (Red+Green+Blue) = 87+68+132=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #574484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574484 is #A8BB7B. Grayscale: #505050. Windows color (decimal): -11058044 or 8668247. OLE color: 8668247.

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

Color convert

RGB 87 68 132 -
CMYK 0.34 0.48 0 0.48
HSL 257.81º 0.32% 0.39% -
HSV(B) 257.81º 0.48% 0.52% -
XYZ 10.16 7.83 22.8 -
YUV 80.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 87 68 132 0.34 0.48 0 0.48 257.81 0.32 0.39
Hex 57 44 84 22 30 0 30 102 20 27
Octal 127 104 204 42 60 0 60 402 40 47
Binary 1010111 1000100 10000100 100010 110000 0 110000 100000010 100000 100111

Color Harmonies of #574484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574484

Black with #574484

Text Example


Text Example

White with #574484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574484; }

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

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

background-color css

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

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

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

border-color css

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

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

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