Html Css Color HEX #574690 Gigas

📋 copy color: '#574690'

red 87 ◦ green 70 ◦ blue 144

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

Shades of Gigas #574690

Tints of Gigas #574690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 28.9%
G = 23.26%
B = 47.84%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#574690 (or 0x574690) is known color: Gigas. HEX triplet: 57, 46 and 90. RGB value is (87,70,144). Sum of RGB (Red+Green+Blue) = 87+70+144=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #574690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574690 is #A8B96F. Grayscale: #535353. Windows color (decimal): -11057520 or 9455191. OLE color: 9455191.

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

Color convert

RGB 87 70 144 -
CMYK 0.40 0.51 0 0.44
HSL 253.78º 0.35% 0.42% -
HSV(B) 253.78º 0.51% 0.56% -
XYZ 11.15 8.42 27.42 -
YUV 83.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 87 70 144 0.40 0.51 0 0.44 253.78 0.35 0.42
Hex 57 46 90 28 33 0 2C FE 23 2A
Octal 127 106 220 50 63 0 54 376 43 52
Binary 1010111 1000110 10010000 101000 110011 0 101100 11111110 100011 101010

Color Harmonies of #574690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574690

Black with #574690

Text Example


Text Example

White with #574690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574690; }

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

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

background-color css

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

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

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

border-color css

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

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

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