#555994

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

Shades of Governor Bay #555994

Tints of Governor Bay #555994

Color information

#555994 (or 0x555994) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 94. RGB value is (85,89,148). Sum of RGB (Red+Green+Blue) = 85+89+148=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #555994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555994 is #AAA66B. Grayscale: #5E5E5E. Windows color (decimal): -11183724 or 9722197. OLE color: 9722197.

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

Color convert

RGB8589148-
CMYK0.430.4000.42
HSL236.19º27.04%45.69%-
HSV(B)236.19º42.57%58.04%-
XYZ12.6611.2129.51-
YUV94.53158.17121.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=26.40%
G=27.64%
B=45.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85891480.430.4000.42236.1927.0445.69
Hex5559942B2802Aec1b2e
Octal12513122453500523543356
Binary101010110110011001010010101110100001010101110110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555994; }

 p { color: rgb(85,89,148); }

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

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

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

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

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

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

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