Html Css Color HEX #574989 Gigas

📋 copy color: '#574989'

red 87 ◦ green 73 ◦ blue 137

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

Shades of Gigas #574989

Tints of Gigas #574989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 29.29%
G = 24.58%
B = 46.13%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#574989 (or 0x574989) is known color: Gigas. HEX triplet: 57, 49 and 89. RGB value is (87,73,137). Sum of RGB (Red+Green+Blue) = 87+73+137=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #574989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574989 is #A8B676. Grayscale: #545454. Windows color (decimal): -11056759 or 8997207. OLE color: 8997207.

HSL color Cylindrical-coordinate representation of color #574989: hue angle of 253.12º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #574989 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 73 137 -
CMYK 0.36 0.47 0 0.46
HSL 253.13º 0.3% 0.41% -
HSV(B) 253.13º 0.47% 0.54% -
XYZ 10.83 8.6 24.76 -
YUV 84.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 87 73 137 0.36 0.47 0 0.46 253.13 0.3 0.41
Hex 57 49 89 24 2F 0 2E FD 1E 29
Octal 127 111 211 44 57 0 56 375 36 51
Binary 1010111 1001001 10001001 100100 101111 0 101110 11111101 11110 101001

Color Harmonies of #574989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574989

Black with #574989

Text Example


Text Example

White with #574989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574989; }

 p { color: rgb(87,73,137); }

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

background-color css

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

 a { background-color: rgb(87,73,137); }

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

border-color css

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

 span { border-color: rgb(87,73,137); }

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