Html Css Color HEX #55246B Scarlet Gum

📋 copy color: '#55246B'

red 85 ◦ green 36 ◦ blue 107

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

Shades of Scarlet Gum #55246B

Tints of Scarlet Gum #55246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 107 (42.19% from 255) = 46.93%

R = 37.28%
G = 15.79%
B = 46.93%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55246B (or 0x55246B) is known color: Scarlet Gum. HEX triplet: 55, 24 and 6B. RGB value is (85,36,107). Sum of RGB (Red+Green+Blue) = 85+36+107=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #55246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55246B is #AADB94. Grayscale: #3A3A3A. Windows color (decimal): -11197333 or 7021653. OLE color: 7021653.

HSL color Cylindrical-coordinate representation of color #55246B: hue angle of 281.41º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55246B is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 36 107 -
CMYK 0.21 0.66 0 0.58
HSL 281.41º 0.5% 0.28% -
HSV(B) 281.41º 0.66% 0.42% -
XYZ 7.03 4.25 14.36 -
YUV 58.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 85 36 107 0.21 0.66 0 0.58 281.41 0.5 0.28
Hex 55 24 6B 15 42 0 3A 119 32 1C
Octal 125 44 153 25 102 0 72 431 62 34
Binary 1010101 100100 1101011 10101 1000010 0 111010 100011001 110010 11100

Color Harmonies of #55246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55246B

Black with #55246B

Text Example


Text Example

White with #55246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55246B; }

 p { color: rgb(85,36,107); }

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

background-color css

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

 a { background-color: rgb(85,36,107); }

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

border-color css

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

 span { border-color: rgb(85,36,107); }

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