#535990

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

Shades of Governor Bay #535990

Tints of Governor Bay #535990

Color information

#535990 (or 0x535990) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 90. RGB value is (83,89,144). Sum of RGB (Red+Green+Blue) = 83+89+144=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #535990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535990 is #ACA66F. Grayscale: #5D5D5D. Windows color (decimal): -11314800 or 9460051. OLE color: 9460051.

HSL color Cylindrical-coordinate representation of color #535990: hue angle of 234.1º 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 #535990 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8389144-
CMYK0.420.3800.44
HSL234.1º26.87%44.51%-
HSV(B)234.1º42.36%56.47%-
XYZ12.171127.87-
YUV93.48156.51120.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=26.27%
G=28.16%
B=45.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83891440.420.3800.44234.126.8744.51
Hex5359902A2602Cea1b2d
Octal12313122052460543523355
Binary101001110110011001000010101010011001011001110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535990; }

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

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

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

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

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

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

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

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