Html Css Color HEX #574A95 Gigas

📋 copy color: '#574A95'

red 87 ◦ green 74 ◦ blue 149

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

Shades of Gigas #574A95

Tints of Gigas #574A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 28.06%
G = 23.87%
B = 48.06%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#574A95 (or 0x574A95) is known color: Gigas. HEX triplet: 57, 4A and 95. RGB value is (87,74,149). Sum of RGB (Red+Green+Blue) = 87+74+149=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #574A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574A95 is #A8B56A. Grayscale: #565656. Windows color (decimal): -11056491 or 9783895. OLE color: 9783895.

HSL color Cylindrical-coordinate representation of color #574A95: hue angle of 250.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574A95 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 74 149 -
CMYK 0.42 0.50 0 0.42
HSL 250.4º 0.34% 0.44% -
HSV(B) 250.4º 0.5% 0.58% -
XYZ 11.8 9.09 29.57 -
YUV 86.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 87 74 149 0.42 0.50 0 0.42 250.4 0.34 0.44
Hex 57 4A 95 2A 32 0 2A FA 22 2C
Octal 127 112 225 52 62 0 52 372 42 54
Binary 1010111 1001010 10010101 101010 110010 0 101010 11111010 100010 101100

Color Harmonies of #574A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A95

Black with #574A95

Text Example


Text Example

White with #574A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A95; }

 p { color: rgb(87,74,149); }

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

background-color css

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

 a { background-color: rgb(87,74,149); }

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

border-color css

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

 span { border-color: rgb(87,74,149); }

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