#53589B

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

Shades of Governor Bay #53589B

Tints of Governor Bay #53589B

Color information

#53589B (or 0x53589B) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 9B. RGB value is (83,88,155). Sum of RGB (Red+Green+Blue) = 83+88+155=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #53589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53589B is #ACA764. Grayscale: #5D5D5D. Windows color (decimal): -11315045 or 10180691. OLE color: 10180691.

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

Color convert

RGB8388155-
CMYK0.460.4300.39
HSL235.83º30.25%46.67%-
HSV(B)235.83º46.45%60.78%-
XYZ12.9711.1932.49-
YUV94.14162.34120.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=25.46%
G=26.99%
B=47.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83881550.460.4300.39235.8330.2546.67
Hex53589B2E2B027ec1e2f
Octal12313023356530473543657
Binary101001110110001001101110111010101101001111110110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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