#535790

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

Shades of Governor Bay #535790

Tints of Governor Bay #535790

Color information

#535790 (or 0x535790) is unknown color: approx Governor Bay. HEX triplet: 53, 57 and 90. RGB value is (83,87,144). Sum of RGB (Red+Green+Blue) = 83+87+144=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #535790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535790 is #ACA86F. Grayscale: #5C5C5C. Windows color (decimal): -11315312 or 9459539. OLE color: 9459539.

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

Color convert

RGB8387144-
CMYK0.420.4000.44
HSL236.07º26.87%44.51%-
HSV(B)236.07º42.36%56.47%-
XYZ12.0110.6727.81-
YUV92.3157.17121.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=26.43%
G=27.71%
B=45.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83871440.420.4000.44236.0726.8744.51
Hex5357902A2802Cec1b2d
Octal12312722052500543543355
Binary101001110101111001000010101010100001011001110110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535790; }

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

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

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

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

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

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

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

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