#55439F

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

Shades of Blue Gem #55439F

Tints of Blue Gem #55439F

Color information

#55439F (or 0x55439F) is unknown color: approx Blue Gem. HEX triplet: 55, 43 and 9F. RGB value is (85,67,159). Sum of RGB (Red+Green+Blue) = 85+67+159=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #55439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55439F is #AABC60. Grayscale: #525252. Windows color (decimal): -11189345 or 10437461. OLE color: 10437461.

HSL color Cylindrical-coordinate representation of color #55439F: hue angle of 251.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55439F is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8567159-
CMYK0.470.5800.38
HSL251.74º40.71%44.31%-
HSV(B)251.74º57.86%62.35%-
XYZ12.018.4533.8-
YUV82.87170.96129.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=27.33%
G=21.54%
B=51.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85671590.470.5800.38251.7440.7144.31
Hex55439F2F3A026fc292c
Octal12510323757720463745154
Binary1010101100001110011111101111111010010011011111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,67,159); }

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

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

 a { background-color: rgb(85,67,159); }

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

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

 span { border-color: rgb(85,67,159); }

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