Html Css Color HEX #53166C Scarlet Gum

📋 copy color: '#53166C'

red 83 ◦ green 22 ◦ blue 108

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

Shades of Scarlet Gum #53166C

Tints of Scarlet Gum #53166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 38.97%
G = 10.33%
B = 50.7%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53166C (or 0x53166C) is known color: Scarlet Gum. HEX triplet: 53, 16 and 6C. RGB value is (83,22,108). Sum of RGB (Red+Green+Blue) = 83+22+108=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #53166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53166C is #ACE993. Grayscale: #313131. Windows color (decimal): -11331988 or 7083603. OLE color: 7083603.

HSL color Cylindrical-coordinate representation of color #53166C: hue angle of 282.56º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53166C is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 22 108 -
CMYK 0.23 0.80 0 0.58
HSL 282.56º 0.66% 0.25% -
HSV(B) 282.56º 0.8% 0.42% -
XYZ 6.56 3.5 14.52 -
YUV 50.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 83 22 108 0.23 0.80 0 0.58 282.56 0.66 0.25
Hex 53 16 6C 17 50 0 3A 11B 42 19
Octal 123 26 154 27 120 0 72 433 102 31
Binary 1010011 10110 1101100 10111 1010000 0 111010 100011011 1000010 11001

Color Harmonies of #53166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53166C

Black with #53166C

Text Example


Text Example

White with #53166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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