#535F9B

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

Shades of Governor Bay #535F9B

Tints of Governor Bay #535F9B

Color information

#535F9B (or 0x535F9B) is unknown color: approx Governor Bay. HEX triplet: 53, 5F and 9B. RGB value is (83,95,155). Sum of RGB (Red+Green+Blue) = 83+95+155=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #535F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F9B is #ACA064. Grayscale: #616161. Windows color (decimal): -11313253 or 10182483. OLE color: 10182483.

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

Color convert

RGB8395155-
CMYK0.460.3900.39
HSL230º30.25%46.67%-
HSV(B)230º46.45%60.78%-
XYZ13.5812.3932.69-
YUV98.25160.02117.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=24.92%
G=28.53%
B=46.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83951550.460.3900.3923030.2546.67
Hex535F9B2E27027e61e2f
Octal12313723356470473463657
Binary101001110111111001101110111010011101001111110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,155); }

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

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

 a { background-color: rgb(83,95,155); }

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

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

 span { border-color: rgb(83,95,155); }

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