Html Css Color HEX #552A62 Scarlet Gum

📋 copy color: '#552A62'

red 85 ◦ green 42 ◦ blue 98

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

Shades of Scarlet Gum #552A62

Tints of Scarlet Gum #552A62

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 37.78%
G = 18.67%
B = 43.56%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552A62 (or 0x552A62) is known color: Scarlet Gum. HEX triplet: 55, 2A and 62. RGB value is (85,42,98). Sum of RGB (Red+Green+Blue) = 85+42+98=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #552A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A62 is #AAD59D. Grayscale: #3D3D3D. Windows color (decimal): -11195806 or 6433365. OLE color: 6433365.

HSL color Cylindrical-coordinate representation of color #552A62: hue angle of 286.07º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552A62 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 42 98 -
CMYK 0.13 0.57 0 0.62
HSL 286.07º 0.4% 0.27% -
HSV(B) 286.07º 0.57% 0.38% -
XYZ 6.78 4.47 12.06 -
YUV 61.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 85 42 98 0.13 0.57 0 0.62 286.07 0.4 0.27
Hex 55 2A 62 D 39 0 3E 11E 28 1B
Octal 125 52 142 15 71 0 76 436 50 33
Binary 1010101 101010 1100010 1101 111001 0 111110 100011110 101000 11011

Color Harmonies of #552A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A62

Black with #552A62

Text Example


Text Example

White with #552A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552A62; }

 p { color: rgb(85,42,98); }

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

background-color css

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

 a { background-color: rgb(85,42,98); }

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

border-color css

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

 span { border-color: rgb(85,42,98); }

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