Html Css Color HEX #552666 Scarlet Gum

📋 copy color: '#552666'

red 85 ◦ green 38 ◦ blue 102

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

Shades of Scarlet Gum #552666

Tints of Scarlet Gum #552666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 102 (40.23% from 255) = 45.33%

R = 37.78%
G = 16.89%
B = 45.33%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#552666 (or 0x552666) is known color: Scarlet Gum. HEX triplet: 55, 26 and 66. RGB value is (85,38,102). Sum of RGB (Red+Green+Blue) = 85+38+102=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #552666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552666 is #AAD999. Grayscale: #3B3B3B. Windows color (decimal): -11196826 or 6694485. OLE color: 6694485.

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

Color convert

RGB 85 38 102 -
CMYK 0.17 0.63 0 0.6
HSL 284.06º 0.46% 0.27% -
HSV(B) 284.06º 0.63% 0.4% -
XYZ 6.84 4.28 13.04 -
YUV 59.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 85 38 102 0.17 0.63 0 0.6 284.06 0.46 0.27
Hex 55 26 66 11 3F 0 3C 11C 2E 1B
Octal 125 46 146 21 77 0 74 434 56 33
Binary 1010101 100110 1100110 10001 111111 0 111100 100011100 101110 11011

Color Harmonies of #552666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552666

Black with #552666

Text Example


Text Example

White with #552666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552666; }

 p { color: rgb(85,38,102); }

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

background-color css

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

 a { background-color: rgb(85,38,102); }

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

border-color css

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

 span { border-color: rgb(85,38,102); }

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