#53599B

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

Shades of Governor Bay #53599B

Tints of Governor Bay #53599B

Color information

#53599B (or 0x53599B) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 9B. RGB value is (83,89,155). Sum of RGB (Red+Green+Blue) = 83+89+155=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 89 (35.16% from 255 or 27.22% 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 #53599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53599B is #ACA664. Grayscale: #5E5E5E. Windows color (decimal): -11314789 or 10180947. OLE color: 10180947.

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

Color convert

RGB8389155-
CMYK0.460.4300.39
HSL235º30.25%46.67%-
HSV(B)235º46.45%60.78%-
XYZ13.0611.3532.51-
YUV94.73162.01119.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=25.38%
G=27.22%
B=47.40%

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
Decimal83891550.460.4300.3923530.2546.67
Hex53599B2E2B027eb1e2f
Octal12313123356530473533657
Binary101001110110011001101110111010101101001111110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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