#551C6F

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

Shades of Blue Diamond #551C6F

Tints of Blue Diamond #551C6F

Color information

#551C6F (or 0x551C6F) is unknown color: approx Blue Diamond. HEX triplet: 55, 1C and 6F. RGB value is (85,28,111). Sum of RGB (Red+Green+Blue) = 85+28+111=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #551C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C6F is #AAE390. Grayscale: #363636. Windows color (decimal): -11199377 or 7281749. OLE color: 7281749.

HSL color Cylindrical-coordinate representation of color #551C6F: hue angle of 281.2º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551C6F is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8528111-
CMYK0.230.7500.56
HSL281.2º59.71%27.25%-
HSV(B)281.2º74.77%43.53%-
XYZ7.033.9115.42-
YUV54.5159.88149.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=37.95%
G=12.5%
B=49.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85281110.230.7500.56281.259.7127.25
Hex551C6F174B0381193c1b
Octal12534157271130704317433
Binary1010101111001101111101111001011011100010001100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,111); }

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

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

 a { background-color: rgb(85,28,111); }

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

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

 span { border-color: rgb(85,28,111); }

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