Html Css Color HEX #574084 Gigas

📋 copy color: '#574084'

red 87 ◦ green 64 ◦ blue 132

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

Shades of Gigas #574084

Tints of Gigas #574084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 30.74%
G = 22.61%
B = 46.64%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574084 (or 0x574084) is known color: Gigas. HEX triplet: 57, 40 and 84. RGB value is (87,64,132). Sum of RGB (Red+Green+Blue) = 87+64+132=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #574084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574084 is #A8BF7B. Grayscale: #4E4E4E. Windows color (decimal): -11059068 or 8667223. OLE color: 8667223.

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

Color convert

RGB 87 64 132 -
CMYK 0.34 0.52 0 0.48
HSL 260.29º 0.35% 0.38% -
HSV(B) 260.29º 0.52% 0.52% -
XYZ 9.93 7.36 22.73 -
YUV 78.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 87 64 132 0.34 0.52 0 0.48 260.29 0.35 0.38
Hex 57 40 84 22 34 0 30 104 23 26
Octal 127 100 204 42 64 0 60 404 43 46
Binary 1010111 1000000 10000100 100010 110100 0 110000 100000100 100011 100110

Color Harmonies of #574084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574084

Black with #574084

Text Example


Text Example

White with #574084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574084; }

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

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

background-color css

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

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

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

border-color css

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

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

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