#555894

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

Shades of Governor Bay #555894

Tints of Governor Bay #555894

Color information

#555894 (or 0x555894) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 94. RGB value is (85,88,148). Sum of RGB (Red+Green+Blue) = 85+88+148=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #555894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555894 is #AAA76B. Grayscale: #5D5D5D. Windows color (decimal): -11183980 or 9721941. OLE color: 9721941.

HSL color Cylindrical-coordinate representation of color #555894: hue angle of 237.14º 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 #555894 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8588148-
CMYK0.430.4100.42
HSL237.14º27.04%45.69%-
HSV(B)237.14º42.57%58.04%-
XYZ12.5811.0529.49-
YUV93.94158.51121.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=26.48%
G=27.41%
B=46.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85881480.430.4100.42237.1427.0445.69
Hex5558942B2902Aed1b2e
Octal12513022453510523553356
Binary101010110110001001010010101110100101010101110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555894; }

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

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

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

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

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

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

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

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