Html Css Color HEX #574287 Gigas

📋 copy color: '#574287'

red 87 ◦ green 66 ◦ blue 135

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

Shades of Gigas #574287

Tints of Gigas #574287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 30.21%
G = 22.92%
B = 46.88%

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

#574287 (or 0x574287) is known color: Gigas. HEX triplet: 57, 42 and 87. RGB value is (87,66,135). Sum of RGB (Red+Green+Blue) = 87+66+135=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #574287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574287 is #A8BD78. Grayscale: #4F4F4F. Windows color (decimal): -11058553 or 8864343. OLE color: 8864343.

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

Color convert

RGB 87 66 135 -
CMYK 0.36 0.51 0 0.47
HSL 258.26º 0.34% 0.39% -
HSV(B) 258.26º 0.51% 0.53% -
XYZ 10.25 7.67 23.86 -
YUV 80.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 87 66 135 0.36 0.51 0 0.47 258.26 0.34 0.39
Hex 57 42 87 24 33 0 2F 102 22 27
Octal 127 102 207 44 63 0 57 402 42 47
Binary 1010111 1000010 10000111 100100 110011 0 101111 100000010 100010 100111

Color Harmonies of #574287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574287

Black with #574287

Text Example


Text Example

White with #574287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574287; }

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

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

background-color css

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

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

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

border-color css

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

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

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