Html Css Color HEX #553461 Scarlet Gum

📋 copy color: '#553461'

red 85 ◦ green 52 ◦ blue 97

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

Shades of Scarlet Gum #553461

Tints of Scarlet Gum #553461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 36.32%
G = 22.22%
B = 41.45%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553461 (or 0x553461) is known color: Scarlet Gum. HEX triplet: 55, 34 and 61. RGB value is (85,52,97). Sum of RGB (Red+Green+Blue) = 85+52+97=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #553461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553461 is #AACB9E. Grayscale: #424242. Windows color (decimal): -11193247 or 6370389. OLE color: 6370389.

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

Color convert

RGB 85 52 97 -
CMYK 0.12 0.46 0 0.62
HSL 284º 0.3% 0.29% -
HSV(B) 284º 0.46% 0.38% -
XYZ 7.13 5.25 11.95 -
YUV 67 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 85 52 97 0.12 0.46 0 0.62 284 0.3 0.29
Hex 55 34 61 C 2E 0 3E 11C 1E 1D
Octal 125 64 141 14 56 0 76 434 36 35
Binary 1010101 110100 1100001 1100 101110 0 111110 100011100 11110 11101

Color Harmonies of #553461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553461

Black with #553461

Text Example


Text Example

White with #553461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553461; }

 p { color: rgb(85,52,97); }

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

background-color css

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

 a { background-color: rgb(85,52,97); }

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

border-color css

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

 span { border-color: rgb(85,52,97); }

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