#552E71

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

Shades of Blue Diamond #552E71

Tints of Blue Diamond #552E71

Color information

#552E71 (or 0x552E71) is unknown color: approx Blue Diamond. HEX triplet: 55, 2E and 71. RGB value is (85,46,113). Sum of RGB (Red+Green+Blue) = 85+46+113=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #552E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E71 is #AAD18E. Grayscale: #414141. Windows color (decimal): -11194767 or 7417429. OLE color: 7417429.

HSL color Cylindrical-coordinate representation of color #552E71: hue angle of 274.93º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552E71 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8546113-
CMYK0.250.5900.56
HSL274.93º42.14%31.18%-
HSV(B)274.93º59.29%44.31%-
XYZ7.75.0816.2-
YUV65.3154.92142.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=34.84%
G=18.85%
B=46.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85461130.250.5900.56274.9342.1431.18
Hex552E71193B0381132a1f
Octal1255616131730704235237
Binary1010101101110111000111001111011011100010001001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,113); }

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

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

 a { background-color: rgb(85,46,113); }

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

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

 span { border-color: rgb(85,46,113); }

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