Html Css Color HEX #574886 Gigas

📋 copy color: '#574886'

red 87 ◦ green 72 ◦ blue 134

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

Shades of Gigas #574886

Tints of Gigas #574886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 29.69%
G = 24.57%
B = 45.73%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574886 (or 0x574886) is known color: Gigas. HEX triplet: 57, 48 and 86. RGB value is (87,72,134). Sum of RGB (Red+Green+Blue) = 87+72+134=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #574886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574886 is #A8B779. Grayscale: #535353. Windows color (decimal): -11057018 or 8800343. OLE color: 8800343.

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

Color convert

RGB 87 72 134 -
CMYK 0.35 0.46 0 0.47
HSL 254.52º 0.3% 0.4% -
HSV(B) 254.52º 0.46% 0.53% -
XYZ 10.55 8.38 23.62 -
YUV 83.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 87 72 134 0.35 0.46 0 0.47 254.52 0.3 0.4
Hex 57 48 86 23 2E 0 2F FF 1E 28
Octal 127 110 206 43 56 0 57 377 36 50
Binary 1010111 1001000 10000110 100011 101110 0 101111 11111111 11110 101000

Color Harmonies of #574886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574886

Black with #574886

Text Example


Text Example

White with #574886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574886; }

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

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

background-color css

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

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

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

border-color css

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

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

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