#515698

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

Shades of Governor Bay #515698

Tints of Governor Bay #515698

Color information

#515698 (or 0x515698) is unknown color: approx Governor Bay. HEX triplet: 51, 56 and 98. RGB value is (81,86,152). Sum of RGB (Red+Green+Blue) = 81+86+152=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #515698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515698 is #AEA967. Grayscale: #5B5B5B. Windows color (decimal): -11446632 or 9983569. OLE color: 9983569.

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

Color convert

RGB8186152-
CMYK0.470.4300.40
HSL235.77º30.47%45.69%-
HSV(B)235.77º46.71%59.61%-
XYZ12.3910.6731.11-
YUV92.03161.84120.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=25.39%
G=26.96%
B=47.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81861520.470.4300.40235.7730.4745.69
Hex5156982F2B028ec1e2e
Octal12112623057530503543656
Binary101000110101101001100010111110101101010001110110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515698; }

 p { color: rgb(81,86,152); }

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

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

 a { background-color: rgb(81,86,152); }

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

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

 span { border-color: rgb(81,86,152); }

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