#535E95

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

Shades of Governor Bay #535E95

Tints of Governor Bay #535E95

Color information

#535E95 (or 0x535E95) is unknown color: approx Governor Bay. HEX triplet: 53, 5E and 95. RGB value is (83,94,149). Sum of RGB (Red+Green+Blue) = 83+94+149=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #535E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E95 is #ACA16A. Grayscale: #606060. Windows color (decimal): -11313515 or 9789011. OLE color: 9789011.

HSL color Cylindrical-coordinate representation of color #535E95: hue angle of 230º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #535E95 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8394149-
CMYK0.440.3700.42
HSL230º28.45%45.49%-
HSV(B)230º44.3%58.43%-
XYZ12.9912.0130.07-
YUV96.98157.36118.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=25.46%
G=28.83%
B=45.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83941490.440.3700.4223028.4545.49
Hex535E952C2502Ae61c2d
Octal12313622554450523463455
Binary101001110111101001010110110010010101010101110011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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