#551E75

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

Shades of Blue Diamond #551E75

Tints of Blue Diamond #551E75

Color information

#551E75 (or 0x551E75) is unknown color: approx Blue Diamond. HEX triplet: 55, 1E and 75. RGB value is (85,30,117). Sum of RGB (Red+Green+Blue) = 85+30+117=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #551E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E75 is #AAE18A. Grayscale: #383838. Windows color (decimal): -11198859 or 7675477. OLE color: 7675477.

HSL color Cylindrical-coordinate representation of color #551E75: hue angle of 277.93º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551E75 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8530117-
CMYK0.270.7400.54
HSL277.93º59.18%28.82%-
HSV(B)277.93º74.36%45.88%-
XYZ7.424.1417.24-
YUV56.36162.22148.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=36.64%
G=12.93%
B=50.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85301170.270.7400.54277.9359.1828.82
Hex551E751B4A0361163b1d
Octal12536165331120664267335
Binary1010101111101110101110111001010011011010001011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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