Html Css Color HEX #552369 Scarlet Gum

📋 copy color: '#552369'

red 85 ◦ green 35 ◦ blue 105

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

Shades of Scarlet Gum #552369

Tints of Scarlet Gum #552369

RGB

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

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

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

R = 37.78%
G = 15.56%
B = 46.67%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552369 (or 0x552369) is known color: Scarlet Gum. HEX triplet: 55, 23 and 69. RGB value is (85,35,105). Sum of RGB (Red+Green+Blue) = 85+35+105=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #552369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552369 is #AADC96. Grayscale: #393939. Windows color (decimal): -11197591 or 6890325. OLE color: 6890325.

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

Color convert

RGB 85 35 105 -
CMYK 0.19 0.67 0 0.59
HSL 282.86º 0.5% 0.27% -
HSV(B) 282.86º 0.67% 0.41% -
XYZ 6.9 4.15 13.8 -
YUV 57.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 85 35 105 0.19 0.67 0 0.59 282.86 0.5 0.27
Hex 55 23 69 13 43 0 3B 11B 32 1B
Octal 125 43 151 23 103 0 73 433 62 33
Binary 1010101 100011 1101001 10011 1000011 0 111011 100011011 110010 11011

Color Harmonies of #552369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552369

Black with #552369

Text Example


Text Example

White with #552369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552369; }

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

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

background-color css

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

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

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

border-color css

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

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

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