#56459D

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

Shades of Blue Gem #56459D

Tints of Blue Gem #56459D

Color information

#56459D (or 0x56459D) is unknown color: approx Blue Gem. HEX triplet: 56, 45 and 9D. RGB value is (86,69,157). Sum of RGB (Red+Green+Blue) = 86+69+157=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #56459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56459D is #A9BA62. Grayscale: #535353. Windows color (decimal): -11123299 or 10306902. OLE color: 10306902.

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

Color convert

RGB8669157-
CMYK0.450.5600.38
HSL251.59º38.94%44.31%-
HSV(B)251.59º56.05%61.57%-
XYZ12.058.6732.94-
YUV84.12169.13129.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=27.56%
G=22.12%
B=50.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86691570.450.5600.38251.5938.9444.31
Hex56459D2D38026fc272c
Octal12610523555700463744754
Binary1010110100010110011101101101111000010011011111100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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