#545D88

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

Shades of Governor Bay #545D88

Tints of Governor Bay #545D88

Color information

#545D88 (or 0x545D88) is unknown color: approx Governor Bay. HEX triplet: 54, 5D and 88. RGB value is (84,93,136). Sum of RGB (Red+Green+Blue) = 84+93+136=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #545D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D88 is #ABA277. Grayscale: #5F5F5F. Windows color (decimal): -11248248 or 8936788. OLE color: 8936788.

HSL color Cylindrical-coordinate representation of color #545D88: hue angle of 229.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545D88 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8493136-
CMYK0.380.3200.47
HSL229.62º23.64%43.14%-
HSV(B)229.62º38.24%53.33%-
XYZ12.0111.4924.88-
YUV95.21151.02120-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=26.84%
G=29.71%
B=43.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84931360.380.3200.47229.6223.6443.14
Hex545D88262002Fe6182b
Octal12413521046400573463053
Binary101010010111011000100010011010000001011111110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,136); }

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

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

 a { background-color: rgb(84,93,136); }

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

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

 span { border-color: rgb(84,93,136); }

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