#56216E

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

Shades of Blue Diamond #56216E

Tints of Blue Diamond #56216E

Color information

#56216E (or 0x56216E) is unknown color: approx Blue Diamond. HEX triplet: 56, 21 and 6E. RGB value is (86,33,110). Sum of RGB (Red+Green+Blue) = 86+33+110=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #56216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56216E is #A9DE91. Grayscale: #393939. Windows color (decimal): -11132562 or 7217494. OLE color: 7217494.

HSL color Cylindrical-coordinate representation of color #56216E: hue angle of 281.3º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56216E is Cyan = 0.22, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8633110-
CMYK0.220.700.57
HSL281.3º53.85%28.04%-
HSV(B)281.3º70%43.14%-
XYZ7.24.1915.18-
YUV57.62157.56148.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=37.55%
G=14.41%
B=48.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86331100.220.700.57281.353.8528.04
Hex56216E1646039119361c
Octal12641156261060714316634
Binary10101101000011101110101101000110011100110001100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56216E; }

 p { color: rgb(86,33,110); }

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

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

 a { background-color: rgb(86,33,110); }

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

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

 span { border-color: rgb(86,33,110); }

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