Html Css Color HEX #574184 Gigas

📋 copy color: '#574184'

red 87 ◦ green 65 ◦ blue 132

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

Shades of Gigas #574184

Tints of Gigas #574184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 30.63%
G = 22.89%
B = 46.48%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574184 (or 0x574184) is known color: Gigas. HEX triplet: 57, 41 and 84. RGB value is (87,65,132). Sum of RGB (Red+Green+Blue) = 87+65+132=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #574184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574184 is #A8BE7B. Grayscale: #4E4E4E. Windows color (decimal): -11058812 or 8667479. OLE color: 8667479.

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

Color convert

RGB 87 65 132 -
CMYK 0.34 0.51 0 0.48
HSL 259.7º 0.34% 0.39% -
HSV(B) 259.7º 0.51% 0.52% -
XYZ 9.99 7.47 22.75 -
YUV 79.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 87 65 132 0.34 0.51 0 0.48 259.7 0.34 0.39
Hex 57 41 84 22 33 0 30 104 22 27
Octal 127 101 204 42 63 0 60 404 42 47
Binary 1010111 1000001 10000100 100010 110011 0 110000 100000100 100010 100111

Color Harmonies of #574184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574184

Black with #574184

Text Example


Text Example

White with #574184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574184; }

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

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

background-color css

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

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

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

border-color css

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

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

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