#53599F

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

Shades of Governor Bay #53599F

Tints of Governor Bay #53599F

Color information

#53599F (or 0x53599F) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 9F. RGB value is (83,89,159). Sum of RGB (Red+Green+Blue) = 83+89+159=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #53599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53599F is #ACA660. Grayscale: #5E5E5E. Windows color (decimal): -11314785 or 10443091. OLE color: 10443091.

HSL color Cylindrical-coordinate representation of color #53599F: hue angle of 235.26º 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 #53599F is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8389159-
CMYK0.480.4400.38
HSL235.26º31.4%47.45%-
HSV(B)235.26º47.8%62.35%-
XYZ13.411.4934.31-
YUV95.19164.01119.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=25.08%
G=26.89%
B=48.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83891590.480.4400.38235.2631.447.45
Hex53599F302C026eb1f2f
Octal12313123760540463533757
Binary101001110110011001111111000010110001001101110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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