Html Css Color HEX #533060 Scarlet Gum

📋 copy color: '#533060'

red 83 ◦ green 48 ◦ blue 96

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

Shades of Scarlet Gum #533060

Tints of Scarlet Gum #533060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 36.56%
G = 21.15%
B = 42.29%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533060 (or 0x533060) is known color: Scarlet Gum. HEX triplet: 53, 30 and 60. RGB value is (83,48,96). Sum of RGB (Red+Green+Blue) = 83+48+96=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #533060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533060 is #ACCF9F. Grayscale: #3F3F3F. Windows color (decimal): -11325344 or 6303827. OLE color: 6303827.

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

Color convert

RGB 83 48 96 -
CMYK 0.14 0.50 0 0.62
HSL 283.75º 0.33% 0.28% -
HSV(B) 283.75º 0.5% 0.38% -
XYZ 6.74 4.8 11.64 -
YUV 63.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 83 48 96 0.14 0.50 0 0.62 283.75 0.33 0.28
Hex 53 30 60 E 32 0 3E 11C 21 1C
Octal 123 60 140 16 62 0 76 434 41 34
Binary 1010011 110000 1100000 1110 110010 0 111110 100011100 100001 11100

Color Harmonies of #533060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533060

Black with #533060

Text Example


Text Example

White with #533060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533060; }

 p { color: rgb(83,48,96); }

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

background-color css

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

 a { background-color: rgb(83,48,96); }

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

border-color css

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

 span { border-color: rgb(83,48,96); }

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