Html Css Color HEX #531669 Scarlet Gum

📋 copy color: '#531669'

red 83 ◦ green 22 ◦ blue 105

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

Shades of Scarlet Gum #531669

Tints of Scarlet Gum #531669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

 BLUE value IS 105 (41.41% from 255) = 50%

R = 39.52%
G = 10.48%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#531669 (or 0x531669) is known color: Scarlet Gum. HEX triplet: 53, 16 and 69. RGB value is (83,22,105). Sum of RGB (Red+Green+Blue) = 83+22+105=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #531669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531669 is #ACE996. Grayscale: #313131. Windows color (decimal): -11331991 or 6886995. OLE color: 6886995.

HSL color Cylindrical-coordinate representation of color #531669: hue angle of 284.1º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531669 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 22 105 -
CMYK 0.21 0.79 0 0.59
HSL 284.1º 0.65% 0.25% -
HSV(B) 284.1º 0.79% 0.41% -
XYZ 6.4 3.43 13.69 -
YUV 49.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 83 22 105 0.21 0.79 0 0.59 284.1 0.65 0.25
Hex 53 16 69 15 4F 0 3B 11C 41 19
Octal 123 26 151 25 117 0 73 434 101 31
Binary 1010011 10110 1101001 10101 1001111 0 111011 100011100 1000001 11001

Color Harmonies of #531669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531669

Black with #531669

Text Example


Text Example

White with #531669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531669; }

 p { color: rgb(83,22,105); }

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

background-color css

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

 a { background-color: rgb(83,22,105); }

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

border-color css

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

 span { border-color: rgb(83,22,105); }

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