Html Css Color HEX #574490 Gigas

📋 copy color: '#574490'

red 87 ◦ green 68 ◦ blue 144

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

Shades of Gigas #574490

Tints of Gigas #574490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 29.1%
G = 22.74%
B = 48.16%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#574490 (or 0x574490) is known color: Gigas. HEX triplet: 57, 44 and 90. RGB value is (87,68,144). Sum of RGB (Red+Green+Blue) = 87+68+144=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #574490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574490 is #A8BB6F. Grayscale: #525252. Windows color (decimal): -11058032 or 9454679. OLE color: 9454679.

HSL color Cylindrical-coordinate representation of color #574490: hue angle of 255º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574490 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 68 144 -
CMYK 0.40 0.53 0 0.44
HSL 255º 0.36% 0.42% -
HSV(B) 255º 0.53% 0.56% -
XYZ 11.03 8.17 27.38 -
YUV 82.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 87 68 144 0.40 0.53 0 0.44 255 0.36 0.42
Hex 57 44 90 28 35 0 2C FF 24 2A
Octal 127 104 220 50 65 0 54 377 44 52
Binary 1010111 1000100 10010000 101000 110101 0 101100 11111111 100100 101010

Color Harmonies of #574490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574490

Black with #574490

Text Example


Text Example

White with #574490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574490; }

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

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

background-color css

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

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

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

border-color css

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

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

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