Html Css Color HEX #574387 Gigas

📋 copy color: '#574387'

red 87 ◦ green 67 ◦ blue 135

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

Shades of Gigas #574387

Tints of Gigas #574387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 30.1%
G = 23.18%
B = 46.71%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574387 (or 0x574387) is known color: Gigas. HEX triplet: 57, 43 and 87. RGB value is (87,67,135). Sum of RGB (Red+Green+Blue) = 87+67+135=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #574387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574387 is #A8BC78. Grayscale: #505050. Windows color (decimal): -11058297 or 8864599. OLE color: 8864599.

HSL color Cylindrical-coordinate representation of color #574387: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574387 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 67 135 -
CMYK 0.36 0.50 0 0.47
HSL 257.65º 0.34% 0.4% -
HSV(B) 257.65º 0.5% 0.53% -
XYZ 10.31 7.79 23.88 -
YUV 80.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 87 67 135 0.36 0.50 0 0.47 257.65 0.34 0.4
Hex 57 43 87 24 32 0 2F 102 22 28
Octal 127 103 207 44 62 0 57 402 42 50
Binary 1010111 1000011 10000111 100100 110010 0 101111 100000010 100010 101000

Color Harmonies of #574387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574387

Black with #574387

Text Example


Text Example

White with #574387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574387; }

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

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

background-color css

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

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

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

border-color css

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

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

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