Html Css Color HEX #574782 Gigas

📋 copy color: '#574782'

red 87 ◦ green 71 ◦ blue 130

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

Shades of Gigas #574782

Tints of Gigas #574782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 30.21%
G = 24.65%
B = 45.14%

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

#574782 (or 0x574782) is known color: Gigas. HEX triplet: 57, 47 and 82. RGB value is (87,71,130). Sum of RGB (Red+Green+Blue) = 87+71+130=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #574782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574782 is #A8B87D. Grayscale: #525252. Windows color (decimal): -11057278 or 8537943. OLE color: 8537943.

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

Color convert

RGB 87 71 130 -
CMYK 0.33 0.45 0 0.49
HSL 256.27º 0.29% 0.39% -
HSV(B) 256.27º 0.45% 0.51% -
XYZ 10.21 8.14 22.15 -
YUV 82.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 87 71 130 0.33 0.45 0 0.49 256.27 0.29 0.39
Hex 57 47 82 21 2D 0 31 100 1D 27
Octal 127 107 202 41 55 0 61 400 35 47
Binary 1010111 1000111 10000010 100001 101101 0 110001 100000000 11101 100111

Color Harmonies of #574782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574782

Black with #574782

Text Example


Text Example

White with #574782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574782; }

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

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

background-color css

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

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

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

border-color css

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

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

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