#53598B

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

Shades of Governor Bay #53598B

Tints of Governor Bay #53598B

Color information

#53598B (or 0x53598B) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 8B. RGB value is (83,89,139). Sum of RGB (Red+Green+Blue) = 83+89+139=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #53598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53598B is #ACA674. Grayscale: #5C5C5C. Windows color (decimal): -11314805 or 9132371. OLE color: 9132371.

HSL color Cylindrical-coordinate representation of color #53598B: hue angle of 233.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53598B is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8389139-
CMYK0.400.3600.45
HSL233.57º25.23%43.53%-
HSV(B)233.57º40.29%54.51%-
XYZ11.810.8525.9-
YUV92.91154.01120.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=26.69%
G=28.62%
B=44.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83891390.400.3600.45233.5725.2343.53
Hex53598B282402Dea192c
Octal12313121350440553523154
Binary101001110110011000101110100010010001011011110101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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