Html Css Color HEX #574482 Gigas

📋 copy color: '#574482'

red 87 ◦ green 68 ◦ blue 130

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

Shades of Gigas #574482

Tints of Gigas #574482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 130 (51.17% from 255) = 45.61%

R = 30.53%
G = 23.86%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574482 (or 0x574482) is known color: Gigas. HEX triplet: 57, 44 and 82. RGB value is (87,68,130). Sum of RGB (Red+Green+Blue) = 87+68+130=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #574482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574482 is #A8BB7D. Grayscale: #505050. Windows color (decimal): -11058046 or 8537175. OLE color: 8537175.

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

Color convert

RGB 87 68 130 -
CMYK 0.33 0.48 0 0.49
HSL 258.39º 0.31% 0.39% -
HSV(B) 258.39º 0.48% 0.51% -
XYZ 10.03 7.77 22.09 -
YUV 80.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 87 68 130 0.33 0.48 0 0.49 258.39 0.31 0.39
Hex 57 44 82 21 30 0 31 102 1F 27
Octal 127 104 202 41 60 0 61 402 37 47
Binary 1010111 1000100 10000010 100001 110000 0 110001 100000010 11111 100111

Color Harmonies of #574482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574482

Black with #574482

Text Example


Text Example

White with #574482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574482; }

 p { color: rgb(87,68,130); }

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

background-color css

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

 a { background-color: rgb(87,68,130); }

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

border-color css

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

 span { border-color: rgb(87,68,130); }

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