#535E9C

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

Shades of Governor Bay #535E9C

Tints of Governor Bay #535E9C

Color information

#535E9C (or 0x535E9C) is unknown color: approx Governor Bay. HEX triplet: 53, 5E and 9C. RGB value is (83,94,156). Sum of RGB (Red+Green+Blue) = 83+94+156=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #535E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E9C is #ACA163. Grayscale: #616161. Windows color (decimal): -11313508 or 10247763. OLE color: 10247763.

HSL color Cylindrical-coordinate representation of color #535E9C: hue angle of 230.96º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #535E9C is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8394156-
CMYK0.470.4000.39
HSL230.96º30.54%46.86%-
HSV(B)230.96º46.79%61.18%-
XYZ13.5712.2433.1-
YUV97.78160.86117.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=24.92%
G=28.23%
B=46.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83941560.470.4000.39230.9630.5446.86
Hex535E9C2F28027e71f2f
Octal12313623457500473473757
Binary101001110111101001110010111110100001001111110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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