#553063

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

Shades of Scarlet Gum #553063

Tints of Scarlet Gum #553063

Color information

#553063 (or 0x553063) is unknown color: approx Scarlet Gum. HEX triplet: 55, 30 and 63. RGB value is (85,48,99). Sum of RGB (Red+Green+Blue) = 85+48+99=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #553063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553063 is #AACF9C. Grayscale: #404040. Windows color (decimal): -11194269 or 6500437. OLE color: 6500437.

HSL color Cylindrical-coordinate representation of color #553063: hue angle of 283.53º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #553063 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB854899-
CMYK0.140.5200.61
HSL283.53º34.69%28.82%-
HSV(B)283.53º51.52%38.82%-
XYZ7.064.9512.39-
YUV64.88147.26142.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=36.64%
G=20.69%
B=42.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8548990.140.5200.61283.5334.6928.82
Hex553063E3403D11c231d
Octal1256014316640754344335
Binary101010111000011000111110110100011110110001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553063; }

 p { color: rgb(85,48,99); }

 H1.HeaderClassName
 {
   color: #553063;
 }
 .AnyTagClassName
 {
   color: #553063;
 }
</style>
background-color css

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

 a { background-color: rgb(85,48,99); }

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

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

 span { border-color: rgb(85,48,99); }

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