#536096

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

Shades of Governor Bay #536096

Tints of Governor Bay #536096

Color information

#536096 (or 0x536096) is unknown color: approx Governor Bay. HEX triplet: 53, 60 and 96. RGB value is (83,96,150). Sum of RGB (Red+Green+Blue) = 83+96+150=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #536096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536096 is #AC9F69. Grayscale: #626262. Windows color (decimal): -11313002 or 9855059. OLE color: 9855059.

HSL color Cylindrical-coordinate representation of color #536096: hue angle of 228.36º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536096 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8396150-
CMYK0.450.3600.41
HSL228.36º28.76%45.69%-
HSV(B)228.36º44.67%58.82%-
XYZ13.2612.4130.55-
YUV98.27157.19117.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=25.23%
G=29.18%
B=45.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83961500.450.3600.41228.3628.7645.69
Hex5360962D24029e41d2e
Octal12314022655440513443556
Binary101001111000001001011010110110010001010011110010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536096; }

 p { color: rgb(83,96,150); }

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

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

 a { background-color: rgb(83,96,150); }

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

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

 span { border-color: rgb(83,96,150); }

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