#535689

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

Shades of Governor Bay #535689

Tints of Governor Bay #535689

Color information

#535689 (or 0x535689) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 89. RGB value is (83,86,137). Sum of RGB (Red+Green+Blue) = 83+86+137=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #535689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535689 is #ACA976. Grayscale: #5A5A5A. Windows color (decimal): -11315575 or 9000531. OLE color: 9000531.

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

Color convert

RGB8386137-
CMYK0.390.3700.46
HSL236.67º24.55%43.14%-
HSV(B)236.67º39.42%53.73%-
XYZ11.4110.325.05-
YUV90.92154.01122.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=27.12%
G=28.10%
B=44.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83861370.390.3700.46236.6724.5543.14
Hex535689272502Eed192b
Octal12312621147450563553153
Binary101001110101101000100110011110010101011101110110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535689; }

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

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

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

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

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

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

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

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