#56459E

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

Shades of Blue Gem #56459E

Tints of Blue Gem #56459E

Color information

#56459E (or 0x56459E) is unknown color: approx Blue Gem. HEX triplet: 56, 45 and 9E. RGB value is (86,69,158). Sum of RGB (Red+Green+Blue) = 86+69+158=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #56459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56459E is #A9BA61. Grayscale: #535353. Windows color (decimal): -11123298 or 10372438. OLE color: 10372438.

HSL color Cylindrical-coordinate representation of color #56459E: hue angle of 251.46º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56459E is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8669158-
CMYK0.460.5600.38
HSL251.46º39.21%44.51%-
HSV(B)251.46º56.33%61.96%-
XYZ12.148.733.39-
YUV84.23169.63129.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=27.48%
G=22.04%
B=50.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86691580.460.5600.38251.4639.2144.51
Hex56459E2E38026fb272d
Octal12610523656700463734755
Binary1010110100010110011110101110111000010011011111011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,69,158); }

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

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

 a { background-color: rgb(86,69,158); }

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

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

 span { border-color: rgb(86,69,158); }

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