Html Css Color HEX #574882 Gigas

📋 copy color: '#574882'

red 87 ◦ green 72 ◦ blue 130

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

Shades of Gigas #574882

Tints of Gigas #574882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 30.1%
G = 24.91%
B = 44.98%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574882 (or 0x574882) is known color: Gigas. HEX triplet: 57, 48 and 82. RGB value is (87,72,130). Sum of RGB (Red+Green+Blue) = 87+72+130=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #574882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574882 is #A8B77D. Grayscale: #525252. Windows color (decimal): -11057022 or 8538199. OLE color: 8538199.

HSL color Cylindrical-coordinate representation of color #574882: hue angle of 255.52º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574882 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 72 130 -
CMYK 0.33 0.45 0 0.49
HSL 255.52º 0.29% 0.4% -
HSV(B) 255.52º 0.45% 0.51% -
XYZ 10.28 8.27 22.17 -
YUV 83.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 87 72 130 0.33 0.45 0 0.49 255.52 0.29 0.4
Hex 57 48 82 21 2D 0 31 100 1D 28
Octal 127 110 202 41 55 0 61 400 35 50
Binary 1010111 1001000 10000010 100001 101101 0 110001 100000000 11101 101000

Color Harmonies of #574882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574882

Black with #574882

Text Example


Text Example

White with #574882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574882; }

 p { color: rgb(87,72,130); }

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

background-color css

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

 a { background-color: rgb(87,72,130); }

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

border-color css

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

 span { border-color: rgb(87,72,130); }

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