#53589F

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

Shades of Governor Bay #53589F

Tints of Governor Bay #53589F

Color information

#53589F (or 0x53589F) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 9F. RGB value is (83,88,159). Sum of RGB (Red+Green+Blue) = 83+88+159=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #53589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53589F is #ACA760. Grayscale: #5E5E5E. Windows color (decimal): -11315041 or 10442835. OLE color: 10442835.

HSL color Cylindrical-coordinate representation of color #53589F: hue angle of 236.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53589F is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8388159-
CMYK0.480.4500.38
HSL236.05º31.4%47.45%-
HSV(B)236.05º47.8%62.35%-
XYZ13.3211.3234.28-
YUV94.6164.34119.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=25.15%
G=26.67%
B=48.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83881590.480.4500.38236.0531.447.45
Hex53589F302D026ec1f2f
Octal12313023760550463543757
Binary101001110110001001111111000010110101001101110110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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