Html Css Color HEX #573062 Scarlet Gum

📋 copy color: '#573062'

red 87 ◦ green 48 ◦ blue 98

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

Shades of Scarlet Gum #573062

Tints of Scarlet Gum #573062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

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

R = 37.34%
G = 20.6%
B = 42.06%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#573062 (or 0x573062) is known color: Scarlet Gum. HEX triplet: 57, 30 and 62. RGB value is (87,48,98). Sum of RGB (Red+Green+Blue) = 87+48+98=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #573062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573062 is #A8CF9D. Grayscale: #414141. Windows color (decimal): -11063198 or 6434903. OLE color: 6434903.

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

Color convert

RGB 87 48 98 -
CMYK 0.11 0.51 0 0.62
HSL 286.8º 0.34% 0.29% -
HSV(B) 286.8º 0.51% 0.38% -
XYZ 7.19 5.02 12.15 -
YUV 65.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 87 48 98 0.11 0.51 0 0.62 286.8 0.34 0.29
Hex 57 30 62 B 33 0 3E 11F 22 1D
Octal 127 60 142 13 63 0 76 437 42 35
Binary 1010111 110000 1100010 1011 110011 0 111110 100011111 100010 11101

Color Harmonies of #573062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573062

Black with #573062

Text Example


Text Example

White with #573062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573062; }

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

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

background-color css

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

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

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

border-color css

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

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

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