Html Css Color HEX #552669 Scarlet Gum

📋 copy color: '#552669'

red 85 ◦ green 38 ◦ blue 105

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

Shades of Scarlet Gum #552669

Tints of Scarlet Gum #552669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.05%

R = 37.28%
G = 16.67%
B = 46.05%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552669 (or 0x552669) is known color: Scarlet Gum. HEX triplet: 55, 26 and 69. RGB value is (85,38,105). Sum of RGB (Red+Green+Blue) = 85+38+105=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #552669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552669 is #AAD996. Grayscale: #3B3B3B. Windows color (decimal): -11196823 or 6891093. OLE color: 6891093.

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

Color convert

RGB 85 38 105 -
CMYK 0.19 0.64 0 0.59
HSL 282.09º 0.47% 0.28% -
HSV(B) 282.09º 0.64% 0.41% -
XYZ 6.99 4.34 13.83 -
YUV 59.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 85 38 105 0.19 0.64 0 0.59 282.09 0.47 0.28
Hex 55 26 69 13 40 0 3B 11A 2F 1C
Octal 125 46 151 23 100 0 73 432 57 34
Binary 1010101 100110 1101001 10011 1000000 0 111011 100011010 101111 11100

Color Harmonies of #552669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552669

Black with #552669

Text Example


Text Example

White with #552669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552669; }

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

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

background-color css

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

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

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

border-color css

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

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

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