Html Css Color HEX #553063 Scarlet Gum

📋 copy color: '#553063'

red 85 ◦ green 48 ◦ blue 99

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

Shades of Scarlet Gum #553063

Tints of Scarlet Gum #553063

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 value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553063 (or 0x553063) is known color: 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

RGB 85 48 99 -
CMYK 0.14 0.52 0 0.61
HSL 283.53º 0.35% 0.29% -
HSV(B) 283.53º 0.52% 0.39% -
XYZ 7.06 4.95 12.39 -
YUV 64.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 85 48 99 0.14 0.52 0 0.61 283.53 0.35 0.29
Hex 55 30 63 E 34 0 3D 11C 23 1D
Octal 125 60 143 16 64 0 75 434 43 35
Binary 1010101 110000 1100011 1110 110100 0 111101 100011100 100011 11101

Color Harmonies of #553063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553063

Black with #553063

Text Example


Text Example

White with #553063

Text Example


Text Example

HTML Codes & Css Web 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>