#551468

Color #551468 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #551468

Tints of Scarlet Gum #551468

Color information

#551468 (or 0x551468) is unknown color: approx Scarlet Gum. HEX triplet: 55, 14 and 68. RGB value is (85,20,104). Sum of RGB (Red+Green+Blue) = 85+20+104=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #551468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551468 is #AAEB97. Grayscale: #303030. Windows color (decimal): -11201432 or 6820949. OLE color: 6820949.

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

Color convert

RGB8520104-
CMYK0.180.8100.59
HSL286.43º67.74%24.31%-
HSV(B)286.43º80.77%40.78%-
XYZ6.53.4313.42-
YUV49.01159.03153.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=40.67%
G=9.57%
B=49.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85201040.180.8100.59286.4367.7424.31
Hex551468125103B11e4418
Octal125241502212107343610430
Binary10101011010011010001001010100010111011100011110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551468; }

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

 H1.HeaderClassName
 {
   color: #551468;
 }
 .AnyTagClassName
 {
   color: #551468;
 }
</style>
background-color css

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

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

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

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

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

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