Html Css Color HEX #574487 Gigas

📋 copy color: '#574487'

red 87 ◦ green 68 ◦ blue 135

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

Shades of Gigas #574487

Tints of Gigas #574487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

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

R = 30%
G = 23.45%
B = 46.55%

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

#574487 (or 0x574487) is known color: Gigas. HEX triplet: 57, 44 and 87. RGB value is (87,68,135). Sum of RGB (Red+Green+Blue) = 87+68+135=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #574487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574487 is #A8BB78. Grayscale: #515151. Windows color (decimal): -11058041 or 8864855. OLE color: 8864855.

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

Color convert

RGB 87 68 135 -
CMYK 0.36 0.50 0 0.47
HSL 257.01º 0.33% 0.4% -
HSV(B) 257.01º 0.5% 0.53% -
XYZ 10.37 7.91 23.9 -
YUV 81.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 87 68 135 0.36 0.50 0 0.47 257.01 0.33 0.4
Hex 57 44 87 24 32 0 2F 101 21 28
Octal 127 104 207 44 62 0 57 401 41 50
Binary 1010111 1000100 10000111 100100 110010 0 101111 100000001 100001 101000

Color Harmonies of #574487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574487

Black with #574487

Text Example


Text Example

White with #574487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574487; }

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

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

background-color css

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

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

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

border-color css

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

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

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