#551973

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

Shades of Blue Diamond #551973

Tints of Blue Diamond #551973

Color information

#551973 (or 0x551973) is unknown color: approx Blue Diamond. HEX triplet: 55, 19 and 73. RGB value is (85,25,115). Sum of RGB (Red+Green+Blue) = 85+25+115=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #551973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551973 is #AAE68C. Grayscale: #343434. Windows color (decimal): -11200141 or 7543125. OLE color: 7543125.

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

Color convert

RGB8525115-
CMYK0.260.7800.55
HSL280º64.29%27.45%-
HSV(B)280º78.26%45.1%-
XYZ7.193.8616.59-
YUV53.2162.88150.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=37.78%
G=11.11%
B=51.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85251150.260.7800.5528064.2927.45
Hex5519731A4E037118401b
Octal125311633211606743010033
Binary10101011100111100111101010011100110111100011000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551973; }

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

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

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

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

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

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

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

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