Html Css Color HEX #574282 Gigas

📋 copy color: '#574282'

red 87 ◦ green 66 ◦ blue 130

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

Shades of Gigas #574282

Tints of Gigas #574282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 30.74%
G = 23.32%
B = 45.94%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574282 (or 0x574282) is known color: Gigas. HEX triplet: 57, 42 and 82. RGB value is (87,66,130). Sum of RGB (Red+Green+Blue) = 87+66+130=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #574282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574282 is #A8BD7D. Grayscale: #4F4F4F. Windows color (decimal): -11058558 or 8536663. OLE color: 8536663.

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

Color convert

RGB 87 66 130 -
CMYK 0.33 0.49 0 0.49
HSL 259.69º 0.33% 0.38% -
HSV(B) 259.69º 0.49% 0.51% -
XYZ 9.91 7.53 22.05 -
YUV 79.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 87 66 130 0.33 0.49 0 0.49 259.69 0.33 0.38
Hex 57 42 82 21 31 0 31 104 21 26
Octal 127 102 202 41 61 0 61 404 41 46
Binary 1010111 1000010 10000010 100001 110001 0 110001 100000100 100001 100110

Color Harmonies of #574282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574282

Black with #574282

Text Example


Text Example

White with #574282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574282; }

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

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

background-color css

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

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

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

border-color css

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

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

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