#552B77

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

Shades of Blue Diamond #552B77

Tints of Blue Diamond #552B77

Color information

#552B77 (or 0x552B77) is unknown color: approx Blue Diamond. HEX triplet: 55, 2B and 77. RGB value is (85,43,119). Sum of RGB (Red+Green+Blue) = 85+43+119=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #552B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B77 is #AAD488. Grayscale: #3F3F3F. Windows color (decimal): -11195529 or 7809877. OLE color: 7809877.

HSL color Cylindrical-coordinate representation of color #552B77: hue angle of 273.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552B77 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8543119-
CMYK0.290.6400.53
HSL273.16º46.91%31.76%-
HSV(B)273.16º63.87%46.67%-
XYZ7.944.9918-
YUV64.22158.91142.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=34.41%
G=17.41%
B=48.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85431190.290.6400.53273.1646.9131.76
Hex552B771D400351112f20
Octal12553167351000654215740
Binary101010110101111101111110110000000110101100010001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,43,119); }

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

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

 a { background-color: rgb(85,43,119); }

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

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

 span { border-color: rgb(85,43,119); }

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