Html Css Color HEX #531566 Scarlet Gum

📋 copy color: '#531566'

red 83 ◦ green 21 ◦ blue 102

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

Shades of Scarlet Gum #531566

Tints of Scarlet Gum #531566

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 40.29%
G = 10.19%
B = 49.51%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#531566 (or 0x531566) is known color: Scarlet Gum. HEX triplet: 53, 15 and 66. RGB value is (83,21,102). Sum of RGB (Red+Green+Blue) = 83+21+102=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #531566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531566 is #ACEA99. Grayscale: #303030. Windows color (decimal): -11332250 or 6690131. OLE color: 6690131.

HSL color Cylindrical-coordinate representation of color #531566: hue angle of 285.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531566 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 21 102 -
CMYK 0.19 0.79 0 0.6
HSL 285.93º 0.66% 0.24% -
HSV(B) 285.93º 0.79% 0.4% -
XYZ 6.23 3.33 12.89 -
YUV 48.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 83 21 102 0.19 0.79 0 0.6 285.93 0.66 0.24
Hex 53 15 66 13 4F 0 3C 11E 42 18
Octal 123 25 146 23 117 0 74 436 102 30
Binary 1010011 10101 1100110 10011 1001111 0 111100 100011110 1000010 11000

Color Harmonies of #531566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531566

Black with #531566

Text Example


Text Example

White with #531566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531566; }

 p { color: rgb(83,21,102); }

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

background-color css

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

 a { background-color: rgb(83,21,102); }

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

border-color css

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

 span { border-color: rgb(83,21,102); }

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