Html Css Color HEX #551068 Scarlet Gum

📋 copy color: '#551068'

red 85 ◦ green 16 ◦ blue 104

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

Shades of Scarlet Gum #551068

Tints of Scarlet Gum #551068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 41.46%
G = 7.8%
B = 50.73%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551068 (or 0x551068) is known color: Scarlet Gum. HEX triplet: 55, 10 and 68. RGB value is (85,16,104). Sum of RGB (Red+Green+Blue) = 85+16+104=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #551068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551068 is #AAEF97. Grayscale: #2E2E2E. Windows color (decimal): -11202456 or 6819925. OLE color: 6819925.

HSL color Cylindrical-coordinate representation of color #551068: hue angle of 287.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551068 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 16 104 -
CMYK 0.18 0.85 0 0.59
HSL 287.05º 0.73% 0.24% -
HSV(B) 287.05º 0.85% 0.41% -
XYZ 6.43 3.3 13.4 -
YUV 46.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 85 16 104 0.18 0.85 0 0.59 287.05 0.73 0.24
Hex 55 10 68 12 55 0 3B 11F 49 18
Octal 125 20 150 22 125 0 73 437 111 30
Binary 1010101 10000 1101000 10010 1010101 0 111011 100011111 1001001 11000

Color Harmonies of #551068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551068

Black with #551068

Text Example


Text Example

White with #551068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551068; }

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

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

background-color css

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

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

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

border-color css

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

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

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