#535B89

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

Shades of Governor Bay #535B89

Tints of Governor Bay #535B89

Color information

#535B89 (or 0x535B89) is unknown color: approx Governor Bay. HEX triplet: 53, 5B and 89. RGB value is (83,91,137). Sum of RGB (Red+Green+Blue) = 83+91+137=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #535B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B89 is #ACA476. Grayscale: #5D5D5D. Windows color (decimal): -11314295 or 9001811. OLE color: 9001811.

HSL color Cylindrical-coordinate representation of color #535B89: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535B89 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8391137-
CMYK0.390.3400.46
HSL231.11º24.55%43.14%-
HSV(B)231.11º39.42%53.73%-
XYZ11.8211.1325.19-
YUV93.85152.35120.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=26.69%
G=29.26%
B=44.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83911370.390.3400.46231.1124.5543.14
Hex535B89272202Ee7192b
Octal12313321147420563473153
Binary101001110110111000100110011110001001011101110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,137); }

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

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

 a { background-color: rgb(83,91,137); }

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

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

 span { border-color: rgb(83,91,137); }

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