#551E71

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

Shades of Blue Diamond #551E71

Tints of Blue Diamond #551E71

Color information

#551E71 (or 0x551E71) is unknown color: approx Blue Diamond. HEX triplet: 55, 1E and 71. RGB value is (85,30,113). Sum of RGB (Red+Green+Blue) = 85+30+113=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #551E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E71 is #AAE18E. Grayscale: #373737. Windows color (decimal): -11198863 or 7413333. OLE color: 7413333.

HSL color Cylindrical-coordinate representation of color #551E71: hue angle of 279.76º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551E71 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8530113-
CMYK0.250.7300.56
HSL279.76º58.04%28.04%-
HSV(B)279.76º73.45%44.31%-
XYZ7.194.0516.03-
YUV55.91160.22148.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=37.28%
G=13.16%
B=49.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85301130.250.7300.56279.7658.0428.04
Hex551E7119490381183a1c
Octal12536161311110704307234
Binary1010101111101110001110011001001011100010001100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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