Html Css Color HEX #552367 Scarlet Gum

📋 copy color: '#552367'

red 85 ◦ green 35 ◦ blue 103

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

Shades of Scarlet Gum #552367

Tints of Scarlet Gum #552367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 38.12%
G = 15.7%
B = 46.19%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#552367 (or 0x552367) is known color: Scarlet Gum. HEX triplet: 55, 23 and 67. RGB value is (85,35,103). Sum of RGB (Red+Green+Blue) = 85+35+103=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #552367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552367 is #AADC98. Grayscale: #393939. Windows color (decimal): -11197593 or 6759253. OLE color: 6759253.

HSL color Cylindrical-coordinate representation of color #552367: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552367 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 35 103 -
CMYK 0.17 0.66 0 0.60
HSL 284.12º 0.49% 0.27% -
HSV(B) 284.12º 0.66% 0.4% -
XYZ 6.8 4.11 13.27 -
YUV 57.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 85 35 103 0.17 0.66 0 0.60 284.12 0.49 0.27
Hex 55 23 67 11 42 0 3C 11C 31 1B
Octal 125 43 147 21 102 0 74 434 61 33
Binary 1010101 100011 1100111 10001 1000010 0 111100 100011100 110001 11011

Color Harmonies of #552367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552367

Black with #552367

Text Example


Text Example

White with #552367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552367; }

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

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

background-color css

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

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

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

border-color css

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

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

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