#54559D

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

Shades of Governor Bay #54559D

Tints of Governor Bay #54559D

Color information

#54559D (or 0x54559D) is unknown color: approx Governor Bay. HEX triplet: 54, 55 and 9D. RGB value is (84,85,157). Sum of RGB (Red+Green+Blue) = 84+85+157=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #54559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54559D is #ABAA62. Grayscale: #5C5C5C. Windows color (decimal): -11250275 or 10310996. OLE color: 10310996.

HSL color Cylindrical-coordinate representation of color #54559D: hue angle of 239.18º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54559D is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8485157-
CMYK0.460.4600.38
HSL239.18º30.29%47.25%-
HSV(B)239.18º46.5%61.57%-
XYZ12.9910.8233.3-
YUV92.91164.17121.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=25.77%
G=26.07%
B=48.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84851570.460.4600.38239.1830.2947.25
Hex54559D2E2E026ef1e2f
Octal12412523556560463573657
Binary101010010101011001110110111010111001001101110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54559D; }

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

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

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

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

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

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

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

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