#533060

Color #533060 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #533060

Tints of Scarlet Gum #533060

Color information

#533060 (or 0x533060) is unknown color: approx 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

RGB834896-
CMYK0.140.5000.62
HSL283.75º33.33%28.24%-
HSV(B)283.75º50%37.65%-
XYZ6.744.811.64-
YUV63.94146.1141.6-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8348960.140.5000.62283.7533.3328.24
Hex533060E3203E11c211c
Octal1236014016620764344134
Binary101001111000011000001110110010011111010001110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>