#552770

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

Shades of Blue Diamond #552770

Tints of Blue Diamond #552770

Color information

#552770 (or 0x552770) is unknown color: approx Blue Diamond. HEX triplet: 55, 27 and 70. RGB value is (85,39,112). Sum of RGB (Red+Green+Blue) = 85+39+112=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #552770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552770 is #AAD88F. Grayscale: #3C3C3C. Windows color (decimal): -11196560 or 7350101. OLE color: 7350101.

HSL color Cylindrical-coordinate representation of color #552770: hue angle of 277.81º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552770 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8539112-
CMYK0.240.6500.56
HSL277.81º48.34%29.61%-
HSV(B)277.81º65.18%43.92%-
XYZ7.44.5515.82-
YUV61.08156.74145.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=36.02%
G=16.53%
B=47.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85391120.240.6500.56277.8148.3429.61
Hex5527701841038116301e
Octal12547160301010704266036
Binary10101011001111110000110001000001011100010001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552770; }

 p { color: rgb(85,39,112); }

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

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

 a { background-color: rgb(85,39,112); }

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

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

 span { border-color: rgb(85,39,112); }

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