#535A9B

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

Shades of Governor Bay #535A9B

Tints of Governor Bay #535A9B

Color information

#535A9B (or 0x535A9B) is unknown color: approx Governor Bay. HEX triplet: 53, 5A and 9B. RGB value is (83,90,155). Sum of RGB (Red+Green+Blue) = 83+90+155=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #535A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A9B is #ACA564. Grayscale: #5F5F5F. Windows color (decimal): -11314533 or 10181203. OLE color: 10181203.

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

Color convert

RGB8390155-
CMYK0.460.4200.39
HSL234.17º30.25%46.67%-
HSV(B)234.17º46.45%60.78%-
XYZ13.1411.5232.54-
YUV95.32161.68119.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=25.30%
G=27.44%
B=47.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83901550.460.4200.39234.1730.2546.67
Hex535A9B2E2A027ea1e2f
Octal12313223356520473523657
Binary101001110110101001101110111010101001001111110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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