#551B7F

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

Shades of Blue Diamond #551B7F

Tints of Blue Diamond #551B7F

Color information

#551B7F (or 0x551B7F) is unknown color: approx Blue Diamond. HEX triplet: 55, 1B and 7F. RGB value is (85,27,127). Sum of RGB (Red+Green+Blue) = 85+27+127=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #551B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B7F is #AAE480. Grayscale: #373737. Windows color (decimal): -11199617 or 8330069. OLE color: 8330069.

HSL color Cylindrical-coordinate representation of color #551B7F: hue angle of 274.8º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551B7F is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8527127-
CMYK0.330.7900.50
HSL274.8º64.94%30.2%-
HSV(B)274.8º78.74%49.8%-
XYZ7.974.2520.48-
YUV55.74168.22148.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 127 (50% from 255) = 53.14%
R=35.56%
G=11.30%
B=53.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85271270.330.7900.50274.864.9430.2
Hex551B7F214F032113411e
Octal125331774111706242310136
Binary101010111011111111110000110011110110010100010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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