#55518E

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

Shades of Governor Bay #55518E

Tints of Governor Bay #55518E

Color information

#55518E (or 0x55518E) is unknown color: approx Governor Bay. HEX triplet: 55, 51 and 8E. RGB value is (85,81,142). Sum of RGB (Red+Green+Blue) = 85+81+142=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #55518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55518E is #AAAE71. Grayscale: #585858. Windows color (decimal): -11185778 or 9326933. OLE color: 9326933.

HSL color Cylindrical-coordinate representation of color #55518E: hue angle of 243.93º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55518E is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8581142-
CMYK0.400.4300.44
HSL243.93º27.35%43.73%-
HSV(B)243.93º42.96%55.69%-
XYZ11.579.7726.87-
YUV89.15157.83125.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=27.60%
G=26.30%
B=46.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85811420.400.4300.44243.9327.3543.73
Hex55518E282B02Cf41b2c
Octal12512121650530543643354
Binary101010110100011000111010100010101101011001111010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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