Html Css Color HEX #574792 Gigas

📋 copy color: '#574792'

red 87 ◦ green 71 ◦ blue 146

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

Shades of Gigas #574792

Tints of Gigas #574792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 28.62%
G = 23.36%
B = 48.03%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#574792 (or 0x574792) is known color: Gigas. HEX triplet: 57, 47 and 92. RGB value is (87,71,146). Sum of RGB (Red+Green+Blue) = 87+71+146=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #574792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574792 is #A8B86D. Grayscale: #545454. Windows color (decimal): -11057262 or 9586519. OLE color: 9586519.

HSL color Cylindrical-coordinate representation of color #574792: hue angle of 252.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574792 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 71 146 -
CMYK 0.40 0.51 0 0.43
HSL 252.8º 0.35% 0.43% -
HSV(B) 252.8º 0.51% 0.57% -
XYZ 11.37 8.61 28.26 -
YUV 84.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 87 71 146 0.40 0.51 0 0.43 252.8 0.35 0.43
Hex 57 47 92 28 33 0 2B FD 23 2B
Octal 127 107 222 50 63 0 53 375 43 53
Binary 1010111 1000111 10010010 101000 110011 0 101011 11111101 100011 101011

Color Harmonies of #574792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574792

Black with #574792

Text Example


Text Example

White with #574792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574792; }

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

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

background-color css

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

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

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

border-color css

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

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

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