#553273

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

Shades of Blue Diamond #553273

Tints of Blue Diamond #553273

Color information

#553273 (or 0x553273) is unknown color: approx Blue Diamond. HEX triplet: 55, 32 and 73. RGB value is (85,50,115). Sum of RGB (Red+Green+Blue) = 85+50+115=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #553273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553273 is #AACD8C. Grayscale: #434343. Windows color (decimal): -11193741 or 7549525. OLE color: 7549525.

HSL color Cylindrical-coordinate representation of color #553273: hue angle of 272.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553273 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8550115-
CMYK0.260.5700.55
HSL272.31º39.39%32.35%-
HSV(B)272.31º56.52%45.1%-
XYZ7.985.4516.85-
YUV67.88154.6140.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 115 (45.31% from 255) = 46%
R=34%
G=20%
B=46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85501150.260.5700.55272.3139.3932.35
Hex5532731A390371102720
Octal1256216332710674204740
Binary10101011100101110011110101110010110111100010000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553273; }

 p { color: rgb(85,50,115); }

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

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

 a { background-color: rgb(85,50,115); }

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

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

 span { border-color: rgb(85,50,115); }

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