Html Css Color HEX #574081 Gigas

📋 copy color: '#574081'

red 87 ◦ green 64 ◦ blue 129

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

Shades of Gigas #574081

Tints of Gigas #574081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 31.07%
G = 22.86%
B = 46.07%

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

#574081 (or 0x574081) is known color: Gigas. HEX triplet: 57, 40 and 81. RGB value is (87,64,129). Sum of RGB (Red+Green+Blue) = 87+64+129=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #574081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574081 is #A8BF7E. Grayscale: #4E4E4E. Windows color (decimal): -11059071 or 8470615. OLE color: 8470615.

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

Color convert

RGB 87 64 129 -
CMYK 0.33 0.50 0 0.49
HSL 261.23º 0.34% 0.38% -
HSV(B) 261.23º 0.5% 0.51% -
XYZ 9.73 7.28 21.66 -
YUV 78.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 87 64 129 0.33 0.50 0 0.49 261.23 0.34 0.38
Hex 57 40 81 21 32 0 31 105 22 26
Octal 127 100 201 41 62 0 61 405 42 46
Binary 1010111 1000000 10000001 100001 110010 0 110001 100000101 100010 100110

Color Harmonies of #574081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574081

Black with #574081

Text Example


Text Example

White with #574081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574081; }

 p { color: rgb(87,64,129); }

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

background-color css

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

 a { background-color: rgb(87,64,129); }

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

border-color css

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

 span { border-color: rgb(87,64,129); }

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