Html Css Color HEX #574186 Gigas

📋 copy color: '#574186'

red 87 ◦ green 65 ◦ blue 134

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

Shades of Gigas #574186

Tints of Gigas #574186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

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

R = 30.42%
G = 22.73%
B = 46.85%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574186 (or 0x574186) is known color: Gigas. HEX triplet: 57, 41 and 86. RGB value is (87,65,134). Sum of RGB (Red+Green+Blue) = 87+65+134=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #574186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574186 is #A8BE79. Grayscale: #4F4F4F. Windows color (decimal): -11058810 or 8798551. OLE color: 8798551.

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

Color convert

RGB 87 65 134 -
CMYK 0.35 0.51 0 0.47
HSL 259.13º 0.35% 0.39% -
HSV(B) 259.13º 0.51% 0.53% -
XYZ 10.12 7.53 23.47 -
YUV 79.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 87 65 134 0.35 0.51 0 0.47 259.13 0.35 0.39
Hex 57 41 86 23 33 0 2F 103 23 27
Octal 127 101 206 43 63 0 57 403 43 47
Binary 1010111 1000001 10000110 100011 110011 0 101111 100000011 100011 100111

Color Harmonies of #574186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574186

Black with #574186

Text Example


Text Example

White with #574186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574186; }

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

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

background-color css

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

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

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

border-color css

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

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

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