#551C76

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

Shades of Blue Diamond #551C76

Tints of Blue Diamond #551C76

Color information

#551C76 (or 0x551C76) is unknown color: approx Blue Diamond. HEX triplet: 55, 1C and 76. RGB value is (85,28,118). Sum of RGB (Red+Green+Blue) = 85+28+118=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #551C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C76 is #AAE389. Grayscale: #373737. Windows color (decimal): -11199370 or 7740501. OLE color: 7740501.

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

Color convert

RGB8528118-
CMYK0.280.7600.54
HSL278º61.64%28.63%-
HSV(B)278º76.27%46.27%-
XYZ7.434.0717.53-
YUV55.3163.38149.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=36.80%
G=12.12%
B=51.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85281180.280.7600.5427861.6428.63
Hex551C761C4C0361163e1d
Octal12534166341140664267635
Binary1010101111001110110111001001100011011010001011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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