Html Css Color HEX #551067 Scarlet Gum

📋 copy color: '#551067'

red 85 ◦ green 16 ◦ blue 103

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

Shades of Scarlet Gum #551067

Tints of Scarlet Gum #551067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 41.67%
G = 7.84%
B = 50.49%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#551067 (or 0x551067) is known color: Scarlet Gum. HEX triplet: 55, 10 and 67. RGB value is (85,16,103). Sum of RGB (Red+Green+Blue) = 85+16+103=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #551067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551067 is #AAEF98. Grayscale: #2E2E2E. Windows color (decimal): -11202457 or 6754389. OLE color: 6754389.

HSL color Cylindrical-coordinate representation of color #551067: hue angle of 287.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551067 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 16 103 -
CMYK 0.17 0.84 0 0.60
HSL 287.59º 0.73% 0.23% -
HSV(B) 287.59º 0.84% 0.4% -
XYZ 6.38 3.28 13.13 -
YUV 46.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 85 16 103 0.17 0.84 0 0.60 287.59 0.73 0.23
Hex 55 10 67 11 54 0 3C 120 49 17
Octal 125 20 147 21 124 0 74 440 111 27
Binary 1010101 10000 1100111 10001 1010100 0 111100 100100000 1001001 10111

Color Harmonies of #551067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551067

Black with #551067

Text Example


Text Example

White with #551067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551067; }

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

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

background-color css

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

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

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

border-color css

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

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

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