Html Css Color HEX #552362 Scarlet Gum

📋 copy color: '#552362'

red 85 ◦ green 35 ◦ blue 98

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

Shades of Scarlet Gum #552362

Tints of Scarlet Gum #552362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 38.99%
G = 16.06%
B = 44.95%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552362 (or 0x552362) is known color: Scarlet Gum. HEX triplet: 55, 23 and 62. RGB value is (85,35,98). Sum of RGB (Red+Green+Blue) = 85+35+98=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #552362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552362 is #AADC9D. Grayscale: #383838. Windows color (decimal): -11197598 or 6431573. OLE color: 6431573.

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

Color convert

RGB 85 35 98 -
CMYK 0.13 0.64 0 0.62
HSL 287.62º 0.47% 0.26% -
HSV(B) 287.62º 0.64% 0.38% -
XYZ 6.55 4.02 11.98 -
YUV 57.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 85 35 98 0.13 0.64 0 0.62 287.62 0.47 0.26
Hex 55 23 62 D 40 0 3E 120 2F 1A
Octal 125 43 142 15 100 0 76 440 57 32
Binary 1010101 100011 1100010 1101 1000000 0 111110 100100000 101111 11010

Color Harmonies of #552362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552362

Black with #552362

Text Example


Text Example

White with #552362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552362; }

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

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

background-color css

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

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

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

border-color css

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

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

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