#55296F

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

Shades of Blue Diamond #55296F

Tints of Blue Diamond #55296F

Color information

#55296F (or 0x55296F) is unknown color: approx Blue Diamond. HEX triplet: 55, 29 and 6F. RGB value is (85,41,111). Sum of RGB (Red+Green+Blue) = 85+41+111=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #55296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55296F is #AAD690. Grayscale: #3D3D3D. Windows color (decimal): -11196049 or 7285077. OLE color: 7285077.

HSL color Cylindrical-coordinate representation of color #55296F: hue angle of 277.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55296F is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8541111-
CMYK0.230.6300.56
HSL277.71º46.05%29.8%-
HSV(B)277.71º63.06%43.53%-
XYZ7.414.6615.55-
YUV62.14155.58144.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=35.86%
G=17.30%
B=46.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85411110.230.6300.56277.7146.0529.8
Hex55296F173F0381162e1e
Octal1255115727770704265636
Binary1010101101001110111110111111111011100010001011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55296F; }

 p { color: rgb(85,41,111); }

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

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

 a { background-color: rgb(85,41,111); }

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

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

 span { border-color: rgb(85,41,111); }

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