Html Css Color HEX #553660 Scarlet Gum

📋 copy color: '#553660'

red 85 ◦ green 54 ◦ blue 96

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

Shades of Scarlet Gum #553660

Tints of Scarlet Gum #553660

RGB

 RED value IS 85 (33.59% from 255) = 36.17%

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 36.17%
G = 22.98%
B = 40.85%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553660 (or 0x553660) is known color: Scarlet Gum. HEX triplet: 55, 36 and 60. RGB value is (85,54,96). Sum of RGB (Red+Green+Blue) = 85+54+96=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #553660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553660 is #AAC99F. Grayscale: #434343. Windows color (decimal): -11192736 or 6305365. OLE color: 6305365.

HSL color Cylindrical-coordinate representation of color #553660: hue angle of 284.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553660 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 54 96 -
CMYK 0.11 0.44 0 0.62
HSL 284.29º 0.28% 0.29% -
HSV(B) 284.29º 0.44% 0.38% -
XYZ 7.18 5.41 11.73 -
YUV 68.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 85 54 96 0.11 0.44 0 0.62 284.29 0.28 0.29
Hex 55 36 60 B 2C 0 3E 11C 1C 1D
Octal 125 66 140 13 54 0 76 434 34 35
Binary 1010101 110110 1100000 1011 101100 0 111110 100011100 11100 11101

Color Harmonies of #553660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553660

Black with #553660

Text Example


Text Example

White with #553660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553660; }

 p { color: rgb(85,54,96); }

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

background-color css

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

 a { background-color: rgb(85,54,96); }

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

border-color css

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

 span { border-color: rgb(85,54,96); }

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