Html Css Color HEX #551B6D Scarlet Gum

📋 copy color: '#551B6D'

red 85 ◦ green 27 ◦ blue 109

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

Shades of Scarlet Gum #551B6D

Tints of Scarlet Gum #551B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.22%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 38.46%
G = 12.22%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#551B6D (or 0x551B6D) is known color: Scarlet Gum. HEX triplet: 55, 1B and 6D. RGB value is (85,27,109). Sum of RGB (Red+Green+Blue) = 85+27+109=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #551B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B6D is #AAE492. Grayscale: #353535. Windows color (decimal): -11199635 or 7150421. OLE color: 7150421.

HSL color Cylindrical-coordinate representation of color #551B6D: hue angle of 282.44º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551B6D is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 27 109 -
CMYK 0.22 0.75 0 0.57
HSL 282.44º 0.6% 0.27% -
HSV(B) 282.44º 0.75% 0.43% -
XYZ 6.9 3.82 14.84 -
YUV 53.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 85 27 109 0.22 0.75 0 0.57 282.44 0.6 0.27
Hex 55 1B 6D 16 4B 0 39 11A 3C 1B
Octal 125 33 155 26 113 0 71 432 74 33
Binary 1010101 11011 1101101 10110 1001011 0 111001 100011010 111100 11011

Color Harmonies of #551B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B6D

Black with #551B6D

Text Example


Text Example

White with #551B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551B6D; }

 p { color: rgb(85,27,109); }

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

background-color css

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

 a { background-color: rgb(85,27,109); }

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

border-color css

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

 span { border-color: rgb(85,27,109); }

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