#535E90

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

Shades of Governor Bay #535E90

Tints of Governor Bay #535E90

Color information

#535E90 (or 0x535E90) is unknown color: approx Governor Bay. HEX triplet: 53, 5E and 90. RGB value is (83,94,144). Sum of RGB (Red+Green+Blue) = 83+94+144=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #535E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E90 is #ACA16F. Grayscale: #606060. Windows color (decimal): -11313520 or 9461331. OLE color: 9461331.

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

Color convert

RGB8394144-
CMYK0.420.3500.44
HSL229.18º26.87%44.51%-
HSV(B)229.18º42.36%56.47%-
XYZ12.611.8628.01-
YUV96.41154.86118.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=25.86%
G=29.28%
B=44.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83941440.420.3500.44229.1826.8744.51
Hex535E902A2302Ce51b2d
Octal12313622052430543453355
Binary101001110111101001000010101010001101011001110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E90; }

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

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

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

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

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

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

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

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