Html Css Color HEX #574684 Gigas

📋 copy color: '#574684'

red 87 ◦ green 70 ◦ blue 132

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

Shades of Gigas #574684

Tints of Gigas #574684

RGB

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

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

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

R = 30.1%
G = 24.22%
B = 45.67%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574684 (or 0x574684) is known color: Gigas. HEX triplet: 57, 46 and 84. RGB value is (87,70,132). Sum of RGB (Red+Green+Blue) = 87+70+132=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #574684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574684 is #A8B97B. Grayscale: #515151. Windows color (decimal): -11057532 or 8668759. OLE color: 8668759.

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

Color convert

RGB 87 70 132 -
CMYK 0.34 0.47 0 0.48
HSL 256.45º 0.31% 0.4% -
HSV(B) 256.45º 0.47% 0.52% -
XYZ 10.29 8.07 22.85 -
YUV 82.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 87 70 132 0.34 0.47 0 0.48 256.45 0.31 0.4
Hex 57 46 84 22 2F 0 30 100 1F 28
Octal 127 106 204 42 57 0 60 400 37 50
Binary 1010111 1000110 10000100 100010 101111 0 110000 100000000 11111 101000

Color Harmonies of #574684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574684

Black with #574684

Text Example


Text Example

White with #574684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574684; }

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

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

background-color css

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

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

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

border-color css

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

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

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