Html Css Color HEX #574578 Gigas

📋 copy color: '#574578'

red 87 ◦ green 69 ◦ blue 120

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

Shades of Gigas #574578

Tints of Gigas #574578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 31.52%
G = 25%
B = 43.48%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574578 (or 0x574578) is known color: Gigas. HEX triplet: 57, 45 and 78. RGB value is (87,69,120). Sum of RGB (Red+Green+Blue) = 87+69+120=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #574578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574578 is #A8BA87. Grayscale: #505050. Windows color (decimal): -11057800 or 7882071. OLE color: 7882071.

HSL color Cylindrical-coordinate representation of color #574578: hue angle of 261.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574578 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 69 120 -
CMYK 0.28 0.42 0 0.53
HSL 261.18º 0.27% 0.37% -
HSV(B) 261.18º 0.43% 0.47% -
XYZ 9.45 7.64 18.75 -
YUV 80.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 87 69 120 0.28 0.42 0 0.53 261.18 0.27 0.37
Hex 57 45 78 1C 2A 0 35 105 1B 25
Octal 127 105 170 34 52 0 65 405 33 45
Binary 1010111 1000101 1111000 11100 101010 0 110101 100000101 11011 100101

Color Harmonies of #574578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574578

Black with #574578

Text Example


Text Example

White with #574578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574578; }

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

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

background-color css

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

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

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

border-color css

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

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

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