Html Css Color HEX #552668 Scarlet Gum

📋 copy color: '#552668'

red 85 ◦ green 38 ◦ blue 104

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

Shades of Scarlet Gum #552668

Tints of Scarlet Gum #552668

RGB

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

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

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

R = 37.44%
G = 16.74%
B = 45.81%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552668 (or 0x552668) is known color: Scarlet Gum. HEX triplet: 55, 26 and 68. RGB value is (85,38,104). Sum of RGB (Red+Green+Blue) = 85+38+104=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #552668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552668 is #AAD997. Grayscale: #3B3B3B. Windows color (decimal): -11196824 or 6825557. OLE color: 6825557.

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

Color convert

RGB 85 38 104 -
CMYK 0.18 0.63 0 0.59
HSL 282.73º 0.46% 0.28% -
HSV(B) 282.73º 0.63% 0.41% -
XYZ 6.94 4.32 13.56 -
YUV 59.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 85 38 104 0.18 0.63 0 0.59 282.73 0.46 0.28
Hex 55 26 68 12 3F 0 3B 11B 2E 1C
Octal 125 46 150 22 77 0 73 433 56 34
Binary 1010101 100110 1101000 10010 111111 0 111011 100011011 101110 11100

Color Harmonies of #552668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552668

Black with #552668

Text Example


Text Example

White with #552668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552668; }

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

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

background-color css

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

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

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

border-color css

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

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

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