#536095

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

Shades of Governor Bay #536095

Tints of Governor Bay #536095

Color information

#536095 (or 0x536095) is unknown color: approx Governor Bay. HEX triplet: 53, 60 and 95. RGB value is (83,96,149). Sum of RGB (Red+Green+Blue) = 83+96+149=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #536095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536095 is #AC9F6A. Grayscale: #616161. Windows color (decimal): -11313003 or 9789523. OLE color: 9789523.

HSL color Cylindrical-coordinate representation of color #536095: hue angle of 228.18º 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 #536095 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8396149-
CMYK0.440.3600.42
HSL228.18º28.45%45.49%-
HSV(B)228.18º44.3%58.43%-
XYZ13.1712.3730.13-
YUV98.16156.69117.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=25.30%
G=29.27%
B=45.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83961490.440.3600.42228.1828.4545.49
Hex5360952C2402Ae41c2d
Octal12314022554440523443455
Binary101001111000001001010110110010010001010101110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536095; }

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

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

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

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

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

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

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

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