Html Css Color HEX #574479 Gigas

📋 copy color: '#574479'

red 87 ◦ green 68 ◦ blue 121

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

Shades of Gigas #574479

Tints of Gigas #574479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 31.52%
G = 24.64%
B = 43.84%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574479 (or 0x574479) is known color: Gigas. HEX triplet: 57, 44 and 79. RGB value is (87,68,121). Sum of RGB (Red+Green+Blue) = 87+68+121=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #574479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574479 is #A8BB86. Grayscale: #4F4F4F. Windows color (decimal): -11058055 or 7947351. OLE color: 7947351.

HSL color Cylindrical-coordinate representation of color #574479: hue angle of 261.51º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574479 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 68 121 -
CMYK 0.28 0.44 0 0.53
HSL 261.51º 0.28% 0.37% -
HSV(B) 261.51º 0.44% 0.47% -
XYZ 9.45 7.54 19.05 -
YUV 79.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 87 68 121 0.28 0.44 0 0.53 261.51 0.28 0.37
Hex 57 44 79 1C 2C 0 35 106 1C 25
Octal 127 104 171 34 54 0 65 406 34 45
Binary 1010111 1000100 1111001 11100 101100 0 110101 100000110 11100 100101

Color Harmonies of #574479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574479

Black with #574479

Text Example


Text Example

White with #574479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574479; }

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

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

background-color css

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

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

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

border-color css

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

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

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