Html Css Color HEX #552868 Scarlet Gum

📋 copy color: '#552868'

red 85 ◦ green 40 ◦ blue 104

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

Shades of Scarlet Gum #552868

Tints of Scarlet Gum #552868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 37.12%
G = 17.47%
B = 45.41%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552868 (or 0x552868) is known color: Scarlet Gum. HEX triplet: 55, 28 and 68. RGB value is (85,40,104). Sum of RGB (Red+Green+Blue) = 85+40+104=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #552868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552868 is #AAD797. Grayscale: #3C3C3C. Windows color (decimal): -11196312 or 6826069. OLE color: 6826069.

HSL color Cylindrical-coordinate representation of color #552868: hue angle of 282.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552868 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 40 104 -
CMYK 0.18 0.62 0 0.59
HSL 282.19º 0.44% 0.28% -
HSV(B) 282.19º 0.62% 0.41% -
XYZ 7 4.45 13.59 -
YUV 60.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 85 40 104 0.18 0.62 0 0.59 282.19 0.44 0.28
Hex 55 28 68 12 3E 0 3B 11A 2C 1C
Octal 125 50 150 22 76 0 73 432 54 34
Binary 1010101 101000 1101000 10010 111110 0 111011 100011010 101100 11100

Color Harmonies of #552868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552868

Black with #552868

Text Example


Text Example

White with #552868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552868; }

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

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

background-color css

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

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

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

border-color css

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

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

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