#535890

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

Shades of Governor Bay #535890

Tints of Governor Bay #535890

Color information

#535890 (or 0x535890) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 90. RGB value is (83,88,144). Sum of RGB (Red+Green+Blue) = 83+88+144=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #535890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535890 is #ACA76F. Grayscale: #5C5C5C. Windows color (decimal): -11315056 or 9459795. OLE color: 9459795.

HSL color Cylindrical-coordinate representation of color #535890: hue angle of 235.08º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #535890 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8388144-
CMYK0.420.3900.44
HSL235.08º26.87%44.51%-
HSV(B)235.08º42.36%56.47%-
XYZ12.0910.8327.84-
YUV92.89156.84120.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=26.35%
G=27.94%
B=45.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83881440.420.3900.44235.0826.8744.51
Hex5358902A2702Ceb1b2d
Octal12313022052470543533355
Binary101001110110001001000010101010011101011001110101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535890; }

 p { color: rgb(83,88,144); }

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

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

 a { background-color: rgb(83,88,144); }

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

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

 span { border-color: rgb(83,88,144); }

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