#54499E

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

Shades of Governor Bay #54499E

Tints of Governor Bay #54499E

Color information

#54499E (or 0x54499E) is unknown color: approx Governor Bay. HEX triplet: 54, 49 and 9E. RGB value is (84,73,158). Sum of RGB (Red+Green+Blue) = 84+73+158=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #54499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54499E is #ABB661. Grayscale: #555555. Windows color (decimal): -11253346 or 10373460. OLE color: 10373460.

HSL color Cylindrical-coordinate representation of color #54499E: hue angle of 247.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54499E is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8473158-
CMYK0.470.5400.38
HSL247.76º36.8%45.29%-
HSV(B)247.76º53.8%61.96%-
XYZ12.219.1233.46-
YUV85.98168.64126.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=26.67%
G=23.17%
B=50.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84731580.470.5400.38247.7636.845.29
Hex54499E2F36026f8252d
Octal12411123657660463704555
Binary1010100100100110011110101111110110010011011111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54499E; }

 p { color: rgb(84,73,158); }

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

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

 a { background-color: rgb(84,73,158); }

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

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

 span { border-color: rgb(84,73,158); }

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