Html Css Color HEX #574382 Gigas

📋 copy color: '#574382'

red 87 ◦ green 67 ◦ blue 130

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

Shades of Gigas #574382

Tints of Gigas #574382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 30.63%
G = 23.59%
B = 45.77%

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

#574382 (or 0x574382) is known color: Gigas. HEX triplet: 57, 43 and 82. RGB value is (87,67,130). Sum of RGB (Red+Green+Blue) = 87+67+130=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #574382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574382 is #A8BC7D. Grayscale: #4F4F4F. Windows color (decimal): -11058302 or 8536919. OLE color: 8536919.

HSL color Cylindrical-coordinate representation of color #574382: hue angle of 259.05º degrees, saturation: 0.32, 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 #574382 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 67 130 -
CMYK 0.33 0.48 0 0.49
HSL 259.05º 0.32% 0.39% -
HSV(B) 259.05º 0.48% 0.51% -
XYZ 9.97 7.65 22.07 -
YUV 80.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 87 67 130 0.33 0.48 0 0.49 259.05 0.32 0.39
Hex 57 43 82 21 30 0 31 103 20 27
Octal 127 103 202 41 60 0 61 403 40 47
Binary 1010111 1000011 10000010 100001 110000 0 110001 100000011 100000 100111

Color Harmonies of #574382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574382

Black with #574382

Text Example


Text Example

White with #574382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574382; }

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

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

background-color css

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

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

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

border-color css

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

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

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