#552C76

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

Shades of Blue Diamond #552C76

Tints of Blue Diamond #552C76

Color information

#552C76 (or 0x552C76) is unknown color: approx Blue Diamond. HEX triplet: 55, 2C and 76. RGB value is (85,44,118). Sum of RGB (Red+Green+Blue) = 85+44+118=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #552C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C76 is #AAD389. Grayscale: #404040. Windows color (decimal): -11195274 or 7744597. OLE color: 7744597.

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

Color convert

RGB8544118-
CMYK0.280.6300.54
HSL273.24º45.68%31.76%-
HSV(B)273.24º62.71%46.27%-
XYZ7.925.0417.7-
YUV64.69158.08142.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=34.41%
G=17.81%
B=47.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85441180.280.6300.54273.2445.6831.76
Hex552C761C3F0361112e20
Octal1255416634770664215640
Binary10101011011001110110111001111110110110100010001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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