Html Css Color HEX #574889 Gigas

📋 copy color: '#574889'

red 87 ◦ green 72 ◦ blue 137

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

Shades of Gigas #574889

Tints of Gigas #574889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

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

R = 29.39%
G = 24.32%
B = 46.28%

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

#574889 (or 0x574889) is known color: Gigas. HEX triplet: 57, 48 and 89. RGB value is (87,72,137). Sum of RGB (Red+Green+Blue) = 87+72+137=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #574889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574889 is #A8B776. Grayscale: #535353. Windows color (decimal): -11057015 or 8996951. OLE color: 8996951.

HSL color Cylindrical-coordinate representation of color #574889: hue angle of 253.85º degrees, saturation: 0.31, 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 #574889 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 72 137 -
CMYK 0.36 0.47 0 0.46
HSL 253.85º 0.31% 0.41% -
HSV(B) 253.85º 0.47% 0.54% -
XYZ 10.76 8.47 24.73 -
YUV 83.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 87 72 137 0.36 0.47 0 0.46 253.85 0.31 0.41
Hex 57 48 89 24 2F 0 2E FE 1F 29
Octal 127 110 211 44 57 0 56 376 37 51
Binary 1010111 1001000 10001001 100100 101111 0 101110 11111110 11111 101001

Color Harmonies of #574889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574889

Black with #574889

Text Example


Text Example

White with #574889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574889; }

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

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

background-color css

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

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

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

border-color css

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

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

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