#551B80

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

Shades of Blue Diamond #551B80

Tints of Blue Diamond #551B80

Color information

#551B80 (or 0x551B80) is unknown color: approx Blue Diamond. HEX triplet: 55, 1B and 80. RGB value is (85,27,128). Sum of RGB (Red+Green+Blue) = 85+27+128=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #551B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551B80 is #AAE47F. Grayscale: #373737. Windows color (decimal): -11199616 or 8395605. OLE color: 8395605.

HSL color Cylindrical-coordinate representation of color #551B80: hue angle of 274.46º 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 #551B80 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8527128-
CMYK0.340.7900.50
HSL274.46º65.16%30.39%-
HSV(B)274.46º78.91%50.2%-
XYZ8.034.2720.82-
YUV55.86168.72148.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=35.42%
G=11.25%
B=53.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85271280.340.7900.50274.4665.1630.39
Hex551B80224F032112411e
Octal125332004211706242210136
Binary1010101110111000000010001010011110110010100010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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