#555394

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

Shades of Governor Bay #555394

Tints of Governor Bay #555394

Color information

#555394 (or 0x555394) is unknown color: approx Governor Bay. HEX triplet: 55, 53 and 94. RGB value is (85,83,148). Sum of RGB (Red+Green+Blue) = 85+83+148=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #555394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555394 is #AAAC6B. Grayscale: #5A5A5A. Windows color (decimal): -11185260 or 9720661. OLE color: 9720661.

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

Color convert

RGB8583148-
CMYK0.430.4400.42
HSL241.85º28.14%45.29%-
HSV(B)241.85º43.92%58.04%-
XYZ12.1810.2629.35-
YUV91.01160.16123.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=26.90%
G=26.27%
B=46.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85831480.430.4400.42241.8528.1445.29
Hex5553942B2C02Af21c2d
Octal12512322453540523623455
Binary101010110100111001010010101110110001010101111001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555394; }

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

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

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

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

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

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

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

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