Html Css Color HEX #573162 Scarlet Gum

📋 copy color: '#573162'

red 87 ◦ green 49 ◦ blue 98

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

Shades of Scarlet Gum #573162

Tints of Scarlet Gum #573162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 37.18%
G = 20.94%
B = 41.88%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#573162 (or 0x573162) is known color: Scarlet Gum. HEX triplet: 57, 31 and 62. RGB value is (87,49,98). Sum of RGB (Red+Green+Blue) = 87+49+98=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #573162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573162 is #A8CE9D. Grayscale: #414141. Windows color (decimal): -11062942 or 6435159. OLE color: 6435159.

HSL color Cylindrical-coordinate representation of color #573162: hue angle of 286.53º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #573162 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 49 98 -
CMYK 0.11 0.5 0 0.62
HSL 286.53º 0.33% 0.29% -
HSV(B) 286.53º 0.5% 0.38% -
XYZ 7.23 5.1 12.16 -
YUV 65.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 87 49 98 0.11 0.5 0 0.62 286.53 0.33 0.29
Hex 57 31 62 B 32 0 3E 11F 21 1D
Octal 127 61 142 13 62 0 76 437 41 35
Binary 1010111 110001 1100010 1011 110010 0 111110 100011111 100001 11101

Color Harmonies of #573162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573162

Black with #573162

Text Example


Text Example

White with #573162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573162; }

 p { color: rgb(87,49,98); }

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

background-color css

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

 a { background-color: rgb(87,49,98); }

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

border-color css

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

 span { border-color: rgb(87,49,98); }

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