#51508E

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

Shades of Governor Bay #51508E

Tints of Governor Bay #51508E

Color information

#51508E (or 0x51508E) is unknown color: approx Governor Bay. HEX triplet: 51, 50 and 8E. RGB value is (81,80,142). Sum of RGB (Red+Green+Blue) = 81+80+142=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #51508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51508E is #AEAF71. Grayscale: #575757. Windows color (decimal): -11448178 or 9326673. OLE color: 9326673.

HSL color Cylindrical-coordinate representation of color #51508E: hue angle of 240.97º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51508E is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8180142-
CMYK0.430.4400.44
HSL240.97º27.93%43.53%-
HSV(B)240.97º43.66%55.69%-
XYZ11.149.4426.83-
YUV87.37158.83123.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=26.73%
G=26.40%
B=46.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81801420.430.4400.44240.9727.9343.53
Hex51508E2B2C02Cf11c2c
Octal12112021653540543613454
Binary101000110100001000111010101110110001011001111000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51508E; }

 p { color: rgb(81,80,142); }

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

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

 a { background-color: rgb(81,80,142); }

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

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

 span { border-color: rgb(81,80,142); }

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