#5051A4

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

Shades of Governor Bay #5051A4

Tints of Governor Bay #5051A4

Color information

#5051A4 (or 0x5051A4) is unknown color: approx Governor Bay. HEX triplet: 50, 51 and A4. RGB value is (80,81,164). Sum of RGB (Red+Green+Blue) = 80+81+164=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #5051A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5051A4 is #AFAE5B. Grayscale: #595959. Windows color (decimal): -11513436 or 10768720. OLE color: 10768720.

HSL color Cylindrical-coordinate representation of color #5051A4: hue angle of 239.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5051A4 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8081164-
CMYK0.510.5100.36
HSL239.29º34.43%47.84%-
HSV(B)239.29º51.22%64.31%-
XYZ12.9510.2736.42-
YUV90.16169.67120.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=24.62%
G=24.92%
B=50.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80811640.510.5100.36239.2934.4347.84
Hex5051A43333024ef2230
Octal12012124463630443574260
Binary1010000101000110100100110011110011010010011101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5051A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5051A4; }

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

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

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

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

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

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

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

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