#5B588C

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

Shades of Governor Bay #5B588C

Tints of Governor Bay #5B588C

Color information

#5B588C (or 0x5B588C) is unknown color: approx Governor Bay. HEX triplet: 5B, 58 and 8C. RGB value is (91,88,140). Sum of RGB (Red+Green+Blue) = 91+88+140=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B588C is #A4A773. Grayscale: #5E5E5E. Windows color (decimal): -10790772 or 9197659. OLE color: 9197659.

HSL color Cylindrical-coordinate representation of color #5B588C: hue angle of 243.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B588C is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9188140-
CMYK0.350.3700.45
HSL243.46º22.81%44.71%-
HSV(B)243.46º37.14%54.9%-
XYZ12.5411.126.29-
YUV94.82153.49125.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.53%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=28.53%
G=27.59%
B=43.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91881400.350.3700.45243.4622.8144.71
Hex5B588C232502Df3172d
Octal13313021443450553632755
Binary101101110110001000110010001110010101011011111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B588C; }

 p { color: rgb(91,88,140); }

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

<style>
 a { background-color: #5B588C; }

 a { background-color: rgb(91,88,140); }

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

<style>
 span { border-color: #5B588C; }

 span { border-color: rgb(91,88,140); }

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