#54529B

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

Shades of Governor Bay #54529B

Tints of Governor Bay #54529B

Color information

#54529B (or 0x54529B) is unknown color: approx Governor Bay. HEX triplet: 54, 52 and 9B. RGB value is (84,82,155). Sum of RGB (Red+Green+Blue) = 84+82+155=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #54529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54529B is #ABAD64. Grayscale: #5A5A5A. Windows color (decimal): -11251045 or 10179156. OLE color: 10179156.

HSL color Cylindrical-coordinate representation of color #54529B: hue angle of 241.64º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54529B is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8482155-
CMYK0.460.4700.39
HSL241.64º30.8%46.47%-
HSV(B)241.64º47.1%60.78%-
XYZ12.5910.2932.33-
YUV90.92164.16123.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=26.17%
G=25.55%
B=48.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84821550.460.4700.39241.6430.846.47
Hex54529B2E2F027f21f2e
Octal12412223356570473623756
Binary101010010100101001101110111010111101001111111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54529B; }

 p { color: rgb(84,82,155); }

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

<style>
 a { background-color: #54529B; }

 a { background-color: rgb(84,82,155); }

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

<style>
 span { border-color: #54529B; }

 span { border-color: rgb(84,82,155); }

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