#54619A

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

Shades of Governor Bay #54619A

Tints of Governor Bay #54619A

Color information

#54619A (or 0x54619A) is unknown color: approx Governor Bay. HEX triplet: 54, 61 and 9A. RGB value is (84,97,154). Sum of RGB (Red+Green+Blue) = 84+97+154=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #54619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54619A is #AB9E65. Grayscale: #636363. Windows color (decimal): -11247206 or 10117460. OLE color: 10117460.

HSL color Cylindrical-coordinate representation of color #54619A: hue angle of 228.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54619A is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8497154-
CMYK0.450.3700.40
HSL228.86º29.41%46.67%-
HSV(B)228.86º45.45%60.39%-
XYZ13.7612.7732.31-
YUV99.61158.69116.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=25.07%
G=28.96%
B=45.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84971540.450.3700.40228.8629.4146.67
Hex54619A2D25028e51d2f
Octal12414123255450503453557
Binary101010011000011001101010110110010101010001110010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54619A; }

 p { color: rgb(84,97,154); }

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

<style>
 a { background-color: #54619A; }

 a { background-color: rgb(84,97,154); }

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

<style>
 span { border-color: #54619A; }

 span { border-color: rgb(84,97,154); }

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