#545B84

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

Shades of Governor Bay #545B84

Tints of Governor Bay #545B84

Color information

#545B84 (or 0x545B84) is unknown color: approx Governor Bay. HEX triplet: 54, 5B and 84. RGB value is (84,91,132). Sum of RGB (Red+Green+Blue) = 84+91+132=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #545B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545B84 is #ABA47B. Grayscale: #5D5D5D. Windows color (decimal): -11248764 or 8674132. OLE color: 8674132.

HSL color Cylindrical-coordinate representation of color #545B84: hue angle of 231.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545B84 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8491132-
CMYK0.360.3100.48
HSL231.25º22.22%42.35%-
HSV(B)231.25º36.36%51.76%-
XYZ11.5611.0323.35-
YUV93.58149.68121.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=27.36%
G=29.64%
B=43.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84911320.360.3100.48231.2522.2242.35
Hex545B84241F030e7162a
Octal12413320444370603472652
Binary10101001011011100001001001001111101100001110011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545B84; }

 p { color: rgb(84,91,132); }

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

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

 a { background-color: rgb(84,91,132); }

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

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

 span { border-color: rgb(84,91,132); }

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