#552275

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

Shades of Blue Diamond #552275

Tints of Blue Diamond #552275

Color information

#552275 (or 0x552275) is unknown color: approx Blue Diamond. HEX triplet: 55, 22 and 75. RGB value is (85,34,117). Sum of RGB (Red+Green+Blue) = 85+34+117=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #552275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552275 is #AADD8A. Grayscale: #3A3A3A. Windows color (decimal): -11197835 or 7676501. OLE color: 7676501.

HSL color Cylindrical-coordinate representation of color #552275: hue angle of 276.87º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552275 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8534117-
CMYK0.270.7100.54
HSL276.87º54.97%29.61%-
HSV(B)276.87º70.94%45.88%-
XYZ7.534.3617.27-
YUV58.71160.9146.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=36.02%
G=14.41%
B=49.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85341170.270.7100.54276.8754.9729.61
Hex5522751B47036115371e
Octal12542165331070664256736
Binary10101011000101110101110111000111011011010001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552275; }

 p { color: rgb(85,34,117); }

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

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

 a { background-color: rgb(85,34,117); }

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

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

 span { border-color: rgb(85,34,117); }

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