#54569B

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

Shades of Governor Bay #54569B

Tints of Governor Bay #54569B

Color information

#54569B (or 0x54569B) is unknown color: approx Governor Bay. HEX triplet: 54, 56 and 9B. RGB value is (84,86,155). Sum of RGB (Red+Green+Blue) = 84+86+155=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #54569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54569B is #ABA964. Grayscale: #5C5C5C. Windows color (decimal): -11250021 or 10180180. OLE color: 10180180.

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

Color convert

RGB8486155-
CMYK0.460.4500.39
HSL238.31º29.71%46.86%-
HSV(B)238.31º45.81%60.78%-
XYZ12.910.9132.44-
YUV93.27162.84121.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=25.85%
G=26.46%
B=47.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84861550.460.4500.39238.3129.7146.86
Hex54569B2E2D027ee1e2f
Octal12412623356550473563657
Binary101010010101101001101110111010110101001111110111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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