#535799

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

Shades of Governor Bay #535799

Tints of Governor Bay #535799

Color information

#535799 (or 0x535799) is unknown color: approx Governor Bay. HEX triplet: 53, 57 and 99. RGB value is (83,87,153). Sum of RGB (Red+Green+Blue) = 83+87+153=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #535799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535799 is #ACA866. Grayscale: #5D5D5D. Windows color (decimal): -11315303 or 10049363. OLE color: 10049363.

HSL color Cylindrical-coordinate representation of color #535799: hue angle of 236.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535799 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8387153-
CMYK0.460.4300.4
HSL236.57º29.66%46.27%-
HSV(B)236.57º45.75%60%-
XYZ12.7310.9631.58-
YUV93.33161.67120.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=25.70%
G=26.93%
B=47.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83871530.460.4300.4236.5729.6646.27
Hex5357992E2B028ed1e2e
Octal12312723156530503553656
Binary101001110101111001100110111010101101010001110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535799; }

 p { color: rgb(83,87,153); }

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

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

 a { background-color: rgb(83,87,153); }

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

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

 span { border-color: rgb(83,87,153); }

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