#55519B

Color #55519B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #55519B

Tints of Governor Bay #55519B

Color information

#55519B (or 0x55519B) is unknown color: approx Governor Bay. HEX triplet: 55, 51 and 9B. RGB value is (85,81,155). Sum of RGB (Red+Green+Blue) = 85+81+155=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #55519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55519B is #AAAE64. Grayscale: #5A5A5A. Windows color (decimal): -11185765 or 10178901. OLE color: 10178901.

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

Color convert

RGB8581155-
CMYK0.450.4800.39
HSL243.24º31.36%46.27%-
HSV(B)243.24º47.74%60.78%-
XYZ12.6110.1832.31-
YUV90.63164.33123.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=26.48%
G=25.23%
B=48.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85811550.450.4800.39243.2431.3646.27
Hex55519B2D30027f31f2e
Octal12512123355600473633756
Binary101010110100011001101110110111000001001111111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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