#545595

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

Shades of Governor Bay #545595

Tints of Governor Bay #545595

Color information

#545595 (or 0x545595) is unknown color: approx Governor Bay. HEX triplet: 54, 55 and 95. RGB value is (84,85,149). Sum of RGB (Red+Green+Blue) = 84+85+149=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #545595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545595 is #ABAA6A. Grayscale: #5B5B5B. Windows color (decimal): -11250283 or 9786708. OLE color: 9786708.

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

Color convert

RGB8485149-
CMYK0.440.4300.42
HSL239.08º27.9%45.69%-
HSV(B)239.08º43.62%58.43%-
XYZ12.3310.5529.82-
YUV92160.17122.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=26.42%
G=26.73%
B=46.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84851490.440.4300.42239.0827.945.69
Hex5455952C2B02Aef1c2e
Octal12412522554530523573456
Binary101010010101011001010110110010101101010101110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545595; }

 p { color: rgb(84,85,149); }

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

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

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

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

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

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

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