Html Css Color HEX #552B67 Scarlet Gum

📋 copy color: '#552B67'

red 85 ◦ green 43 ◦ blue 103

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

Shades of Scarlet Gum #552B67

Tints of Scarlet Gum #552B67

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 36.8%
G = 18.61%
B = 44.59%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#552B67 (or 0x552B67) is known color: Scarlet Gum. HEX triplet: 55, 2B and 67. RGB value is (85,43,103). Sum of RGB (Red+Green+Blue) = 85+43+103=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #552B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B67 is #AAD498. Grayscale: #3E3E3E. Windows color (decimal): -11195545 or 6761301. OLE color: 6761301.

HSL color Cylindrical-coordinate representation of color #552B67: hue angle of 282º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552B67 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 43 103 -
CMYK 0.17 0.58 0 0.60
HSL 282º 0.41% 0.29% -
HSV(B) 282º 0.58% 0.4% -
XYZ 7.06 4.64 13.36 -
YUV 62.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 85 43 103 0.17 0.58 0 0.60 282 0.41 0.29
Hex 55 2B 67 11 3A 0 3C 11A 29 1D
Octal 125 53 147 21 72 0 74 432 51 35
Binary 1010101 101011 1100111 10001 111010 0 111100 100011010 101001 11101

Color Harmonies of #552B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B67

Black with #552B67

Text Example


Text Example

White with #552B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,103); }

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

background-color css

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

 a { background-color: rgb(85,43,103); }

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

border-color css

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

 span { border-color: rgb(85,43,103); }

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