#551B7C

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

Shades of Blue Diamond #551B7C

Tints of Blue Diamond #551B7C

Color information

#551B7C (or 0x551B7C) is unknown color: approx Blue Diamond. HEX triplet: 55, 1B and 7C. RGB value is (85,27,124). Sum of RGB (Red+Green+Blue) = 85+27+124=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #551B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B7C is #AAE483. Grayscale: #373737. Windows color (decimal): -11199620 or 8133461. OLE color: 8133461.

HSL color Cylindrical-coordinate representation of color #551B7C: hue angle of 275.88º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551B7C is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8527124-
CMYK0.310.7800.51
HSL275.88º64.24%29.61%-
HSV(B)275.88º78.23%48.63%-
XYZ7.784.1719.46-
YUV55.4166.72149.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=36.02%
G=11.44%
B=52.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85271240.310.7800.51275.8864.2429.61
Hex551B7C1F4E033114401e
Octal125331743711606342410036
Binary10101011101111111001111110011100110011100010100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,124); }

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

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

 a { background-color: rgb(85,27,124); }

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

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

 span { border-color: rgb(85,27,124); }

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