#535090

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

Shades of Governor Bay #535090

Tints of Governor Bay #535090

Color information

#535090 (or 0x535090) is unknown color: approx Governor Bay. HEX triplet: 53, 50 and 90. RGB value is (83,80,144). Sum of RGB (Red+Green+Blue) = 83+80+144=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #535090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535090 is #ACAF6F. Grayscale: #575757. Windows color (decimal): -11317104 or 9457747. OLE color: 9457747.

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

Color convert

RGB8380144-
CMYK0.420.4400.44
HSL242.81º28.57%43.92%-
HSV(B)242.81º44.44%56.47%-
XYZ11.479.5927.63-
YUV88.19159.49124.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=27.04%
G=26.06%
B=46.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83801440.420.4400.44242.8128.5743.92
Hex5350902A2C02Cf31d2c
Octal12312022052540543633554
Binary101001110100001001000010101010110001011001111001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535090; }

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

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

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

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

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

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

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

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