#551E79

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

Shades of Blue Diamond #551E79

Tints of Blue Diamond #551E79

Color information

#551E79 (or 0x551E79) is unknown color: approx Blue Diamond. HEX triplet: 55, 1E and 79. RGB value is (85,30,121). Sum of RGB (Red+Green+Blue) = 85+30+121=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #551E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E79 is #AAE186. Grayscale: #383838. Windows color (decimal): -11198855 or 7937621. OLE color: 7937621.

HSL color Cylindrical-coordinate representation of color #551E79: hue angle of 276.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551E79 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8530121-
CMYK0.300.7500.53
HSL276.26º60.26%29.61%-
HSV(B)276.26º75.21%47.45%-
XYZ7.664.2418.5-
YUV56.82164.22148.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=36.02%
G=12.71%
B=51.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85301210.300.7500.53276.2660.2629.61
Hex551E791E4B0351143c1e
Octal12536171361130654247436
Binary1010101111101111001111101001011011010110001010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,121); }

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

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

 a { background-color: rgb(85,30,121); }

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

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

 span { border-color: rgb(85,30,121); }

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