Html Css Color HEX #574585 Gigas

📋 copy color: '#574585'

red 87 ◦ green 69 ◦ blue 133

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

Shades of Gigas #574585

Tints of Gigas #574585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 30.1%
G = 23.88%
B = 46.02%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574585 (or 0x574585) is known color: Gigas. HEX triplet: 57, 45 and 85. RGB value is (87,69,133). Sum of RGB (Red+Green+Blue) = 87+69+133=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #574585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574585 is #A8BA7A. Grayscale: #515151. Windows color (decimal): -11057787 or 8734039. OLE color: 8734039.

HSL color Cylindrical-coordinate representation of color #574585: hue angle of 256.88º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574585 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 69 133 -
CMYK 0.35 0.48 0 0.48
HSL 256.88º 0.32% 0.4% -
HSV(B) 256.88º 0.48% 0.52% -
XYZ 10.29 7.98 23.19 -
YUV 81.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 87 69 133 0.35 0.48 0 0.48 256.88 0.32 0.4
Hex 57 45 85 23 30 0 30 101 20 28
Octal 127 105 205 43 60 0 60 401 40 50
Binary 1010111 1000101 10000101 100011 110000 0 110000 100000001 100000 101000

Color Harmonies of #574585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574585

Black with #574585

Text Example


Text Example

White with #574585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574585; }

 p { color: rgb(87,69,133); }

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

background-color css

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

 a { background-color: rgb(87,69,133); }

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

border-color css

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

 span { border-color: rgb(87,69,133); }

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