Html Css Color HEX #574182 Gigas

📋 copy color: '#574182'

red 87 ◦ green 65 ◦ blue 130

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

Shades of Gigas #574182

Tints of Gigas #574182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 30.85%
G = 23.05%
B = 46.1%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574182 (or 0x574182) is known color: Gigas. HEX triplet: 57, 41 and 82. RGB value is (87,65,130). Sum of RGB (Red+Green+Blue) = 87+65+130=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #574182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574182 is #A8BE7D. Grayscale: #4E4E4E. Windows color (decimal): -11058814 or 8536407. OLE color: 8536407.

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

Color convert

RGB 87 65 130 -
CMYK 0.33 0.50 0 0.49
HSL 260.31º 0.33% 0.38% -
HSV(B) 260.31º 0.5% 0.51% -
XYZ 9.85 7.42 22.03 -
YUV 78.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 87 65 130 0.33 0.50 0 0.49 260.31 0.33 0.38
Hex 57 41 82 21 32 0 31 104 21 26
Octal 127 101 202 41 62 0 61 404 41 46
Binary 1010111 1000001 10000010 100001 110010 0 110001 100000100 100001 100110

Color Harmonies of #574182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574182

Black with #574182

Text Example


Text Example

White with #574182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574182; }

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

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

background-color css

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

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

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

border-color css

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

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

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