#535D89

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

Shades of Governor Bay #535D89

Tints of Governor Bay #535D89

Color information

#535D89 (or 0x535D89) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and 89. RGB value is (83,93,137). Sum of RGB (Red+Green+Blue) = 83+93+137=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #535D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D89 is #ACA276. Grayscale: #5E5E5E. Windows color (decimal): -11313783 or 9002323. OLE color: 9002323.

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

Color convert

RGB8393137-
CMYK0.390.3200.46
HSL228.89º24.55%43.14%-
HSV(B)228.89º39.42%53.73%-
XYZ1211.4725.25-
YUV95.03151.69119.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=26.52%
G=29.71%
B=43.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83931370.390.3200.46228.8924.5543.14
Hex535D89272002Ee5192b
Octal12313521147400563453153
Binary101001110111011000100110011110000001011101110010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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