#545C88

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

Shades of Governor Bay #545C88

Tints of Governor Bay #545C88

Color information

#545C88 (or 0x545C88) is unknown color: approx Governor Bay. HEX triplet: 54, 5C and 88. RGB value is (84,92,136). Sum of RGB (Red+Green+Blue) = 84+92+136=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #545C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C88 is #ABA377. Grayscale: #5E5E5E. Windows color (decimal): -11248504 or 8936532. OLE color: 8936532.

HSL color Cylindrical-coordinate representation of color #545C88: hue angle of 230.77º 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 #545C88 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8492136-
CMYK0.380.3200.47
HSL230.77º23.64%43.14%-
HSV(B)230.77º38.24%53.33%-
XYZ11.9311.3224.85-
YUV94.62151.35120.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=26.92%
G=29.49%
B=43.59%

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
Decimal84921360.380.3200.47230.7723.6443.14
Hex545C88262002Fe7182b
Octal12413421046400573473053
Binary101010010111001000100010011010000001011111110011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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