#535E9B

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

Shades of Governor Bay #535E9B

Tints of Governor Bay #535E9B

Color information

#535E9B (or 0x535E9B) is unknown color: approx Governor Bay. HEX triplet: 53, 5E and 9B. RGB value is (83,94,155). Sum of RGB (Red+Green+Blue) = 83+94+155=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #535E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E9B is #ACA164. Grayscale: #616161. Windows color (decimal): -11313509 or 10182227. OLE color: 10182227.

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

Color convert

RGB8394155-
CMYK0.460.3900.39
HSL230.83º30.25%46.67%-
HSV(B)230.83º46.45%60.78%-
XYZ13.4912.2132.66-
YUV97.66160.36117.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=25%
G=28.31%
B=46.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83941550.460.3900.39230.8330.2546.67
Hex535E9B2E27027e71e2f
Octal12313623356470473473657
Binary101001110111101001101110111010011101001111110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E9B; }

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

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

<style>
 a { background-color: #535E9B; }

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

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

<style>
 span { border-color: #535E9B; }

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

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