#55459B

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

Shades of Blue Gem #55459B

Tints of Blue Gem #55459B

Color information

#55459B (or 0x55459B) is unknown color: approx Blue Gem. HEX triplet: 55, 45 and 9B. RGB value is (85,69,155). Sum of RGB (Red+Green+Blue) = 85+69+155=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #55459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55459B is #AABA64. Grayscale: #535353. Windows color (decimal): -11188837 or 10175829. OLE color: 10175829.

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

Color convert

RGB8569155-
CMYK0.450.5500.39
HSL251.16º38.39%43.92%-
HSV(B)251.16º55.48%60.78%-
XYZ11.798.5532.04-
YUV83.59168.3129.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=27.51%
G=22.33%
B=50.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85691550.450.5500.39251.1638.3943.92
Hex55459B2D37027fb262c
Octal12510523355670473734654
Binary1010101100010110011011101101110111010011111111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55459B; }

 p { color: rgb(85,69,155); }

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

<style>
 a { background-color: #55459B; }

 a { background-color: rgb(85,69,155); }

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

<style>
 span { border-color: #55459B; }

 span { border-color: rgb(85,69,155); }

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