#53609B

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

Shades of Governor Bay #53609B

Tints of Governor Bay #53609B

Color information

#53609B (or 0x53609B) is unknown color: approx Governor Bay. HEX triplet: 53, 60 and 9B. RGB value is (83,96,155). Sum of RGB (Red+Green+Blue) = 83+96+155=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #53609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53609B is #AC9F64. Grayscale: #626262. Windows color (decimal): -11312997 or 10182739. OLE color: 10182739.

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

Color convert

RGB8396155-
CMYK0.460.3800.39
HSL229.17º30.25%46.67%-
HSV(B)229.17º46.45%60.78%-
XYZ13.6712.5732.72-
YUV98.84159.69116.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=24.85%
G=28.74%
B=46.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83961550.460.3800.39229.1730.2546.67
Hex53609B2E26027e51e2f
Octal12314023356460473453657
Binary101001111000001001101110111010011001001111110010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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