#5159a5

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

Shades of Governor Bay #5159A5

Tints of Governor Bay #5159A5

Color information

#5159A5 (or 0x5159A5) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and A5. RGB value is (81,89,165). Sum of RGB (Red+Green+Blue) = 81+89+165=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #5159A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5159A5 is #AEA65A. Grayscale: #5E5E5E. Windows color (decimal): -11445851 or 10836305. OLE color: 10836305.

HSL color Cylindrical-coordinate representation of color #5159A5: hue angle of 234.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5159A5 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8189165-
CMYK0.510.4600.35
HSL234.29º34.15%48.24%-
HSV(B)234.29º50.91%64.71%-
XYZ13.7611.6137.11-
YUV95.27167.35117.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 165 (64.84% from 255) = 49.25%
R=24.18%
G=26.57%
B=49.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81891650.510.4600.35234.2934.1548.24
Hex5159A5332E023ea2230
Octal12113124563560433524260
Binary1010001101100110100101110011101110010001111101010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5159a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5159a5; }

 p { color: rgb(81,89,165); }

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

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

 a { background-color: rgb(81,89,165); }

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

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

 span { border-color: rgb(81,89,165); }

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