#58549B

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

Shades of Governor Bay #58549B

Tints of Governor Bay #58549B

Color information

#58549B (or 0x58549B) is unknown color: approx Governor Bay. HEX triplet: 58, 54 and 9B. RGB value is (88,84,155). Sum of RGB (Red+Green+Blue) = 88+84+155=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #58549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58549B is #A7AB64. Grayscale: #5D5D5D. Windows color (decimal): -10988389 or 10179672. OLE color: 10179672.

HSL color Cylindrical-coordinate representation of color #58549B: hue angle of 243.38º 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 #58549B is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8884155-
CMYK0.430.4600.39
HSL243.38º29.71%46.86%-
HSV(B)243.38º45.81%60.78%-
XYZ13.1110.7832.4-
YUV93.29162.83124.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=26.91%
G=25.69%
B=47.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88841550.430.4600.39243.3829.7146.86
Hex58549B2B2E027f31e2f
Octal13012423353560473633657
Binary101100010101001001101110101110111001001111111001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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