Html Css Color HEX #574388 Gigas

📋 copy color: '#574388'

red 87 ◦ green 67 ◦ blue 136

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

Shades of Gigas #574388

Tints of Gigas #574388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 30%
G = 23.1%
B = 46.9%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574388 (or 0x574388) is known color: Gigas. HEX triplet: 57, 43 and 88. RGB value is (87,67,136). Sum of RGB (Red+Green+Blue) = 87+67+136=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #574388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574388 is #A8BC77. Grayscale: #505050. Windows color (decimal): -11058296 or 8930135. OLE color: 8930135.

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

Color convert

RGB 87 67 136 -
CMYK 0.36 0.51 0 0.47
HSL 257.39º 0.34% 0.4% -
HSV(B) 257.39º 0.51% 0.53% -
XYZ 10.38 7.82 24.25 -
YUV 80.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 87 67 136 0.36 0.51 0 0.47 257.39 0.34 0.4
Hex 57 43 88 24 33 0 2F 101 22 28
Octal 127 103 210 44 63 0 57 401 42 50
Binary 1010111 1000011 10001000 100100 110011 0 101111 100000001 100010 101000

Color Harmonies of #574388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574388

Black with #574388

Text Example


Text Example

White with #574388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574388; }

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

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

background-color css

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

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

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

border-color css

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

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

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