Html Css Color HEX #552862 Scarlet Gum

📋 copy color: '#552862'

red 85 ◦ green 40 ◦ blue 98

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

Shades of Scarlet Gum #552862

Tints of Scarlet Gum #552862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 38.12%
G = 17.94%
B = 43.95%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552862 (or 0x552862) is known color: Scarlet Gum. HEX triplet: 55, 28 and 62. RGB value is (85,40,98). Sum of RGB (Red+Green+Blue) = 85+40+98=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #552862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552862 is #AAD79D. Grayscale: #3B3B3B. Windows color (decimal): -11196318 or 6432853. OLE color: 6432853.

HSL color Cylindrical-coordinate representation of color #552862: hue angle of 286.55º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552862 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 40 98 -
CMYK 0.13 0.59 0 0.62
HSL 286.55º 0.42% 0.27% -
HSV(B) 286.55º 0.59% 0.38% -
XYZ 6.71 4.33 12.04 -
YUV 60.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 85 40 98 0.13 0.59 0 0.62 286.55 0.42 0.27
Hex 55 28 62 D 3B 0 3E 11F 2A 1B
Octal 125 50 142 15 73 0 76 437 52 33
Binary 1010101 101000 1100010 1101 111011 0 111110 100011111 101010 11011

Color Harmonies of #552862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552862

Black with #552862

Text Example


Text Example

White with #552862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552862; }

 p { color: rgb(85,40,98); }

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

background-color css

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

 a { background-color: rgb(85,40,98); }

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

border-color css

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

 span { border-color: rgb(85,40,98); }

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