#56196F

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

Shades of Blue Diamond #56196F

Tints of Blue Diamond #56196F

Color information

#56196F (or 0x56196F) is unknown color: approx Blue Diamond. HEX triplet: 56, 19 and 6F. RGB value is (86,25,111). Sum of RGB (Red+Green+Blue) = 86+25+111=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #56196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196F is #A9E690. Grayscale: #343434. Windows color (decimal): -11134609 or 7280982. OLE color: 7280982.

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

Color convert

RGB8625111-
CMYK0.230.7700.56
HSL282.56º63.24%26.67%-
HSV(B)282.56º77.48%43.53%-
XYZ7.053.8215.4-
YUV53.04160.71151.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 111 (43.75% from 255) = 50%
R=38.74%
G=11.26%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86251110.230.7700.56282.5663.2426.67
Hex56196F174D03811b3f1b
Octal12631157271150704337733
Binary1010110110011101111101111001101011100010001101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,25,111); }

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

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

 a { background-color: rgb(86,25,111); }

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

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

 span { border-color: rgb(86,25,111); }

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