#551D78

Color #551D78 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #551D78

Tints of Blue Diamond #551D78

Color information

#551D78 (or 0x551D78) is unknown color: approx Blue Diamond. HEX triplet: 55, 1D and 78. RGB value is (85,29,120). Sum of RGB (Red+Green+Blue) = 85+29+120=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #551D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D78 is #AAE287. Grayscale: #373737. Windows color (decimal): -11199112 or 7871829. OLE color: 7871829.

HSL color Cylindrical-coordinate representation of color #551D78: hue angle of 276.92º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551D78 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8529120-
CMYK0.290.7600.53
HSL276.92º61.07%29.22%-
HSV(B)276.92º75.83%47.06%-
XYZ7.584.1718.17-
YUV56.12164.05148.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=36.32%
G=12.39%
B=51.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85291200.290.7600.53276.9261.0729.22
Hex551D781D4C0351153d1d
Octal12535170351140654257535
Binary1010101111011111000111011001100011010110001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D78; }

 p { color: rgb(85,29,120); }

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

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

 a { background-color: rgb(85,29,120); }

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

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

 span { border-color: rgb(85,29,120); }

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