#55558D

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

Shades of Governor Bay #55558D

Tints of Governor Bay #55558D

Color information

#55558D (or 0x55558D) is unknown color: approx Governor Bay. HEX triplet: 55, 55 and 8D. RGB value is (85,85,141). Sum of RGB (Red+Green+Blue) = 85+85+141=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #55558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55558D is #AAAA72. Grayscale: #5B5B5B. Windows color (decimal): -11184755 or 9262421. OLE color: 9262421.

HSL color Cylindrical-coordinate representation of color #55558D: hue angle of 240º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55558D is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8585141-
CMYK0.400.4000.45
HSL240º24.78%44.31%-
HSV(B)240º39.72%55.29%-
XYZ11.810.3526.58-
YUV91.38156123.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=27.33%
G=27.33%
B=45.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85851410.400.4000.4524024.7844.31
Hex55558D282802Df0192c
Octal12512521550500553603154
Binary101010110101011000110110100010100001011011111000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,85,141); }

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

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

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

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

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

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

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