#51578B

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

Shades of Governor Bay #51578B

Tints of Governor Bay #51578B

Color information

#51578B (or 0x51578B) is unknown color: approx Governor Bay. HEX triplet: 51, 57 and 8B. RGB value is (81,87,139). Sum of RGB (Red+Green+Blue) = 81+87+139=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #51578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51578B is #AEA874. Grayscale: #5A5A5A. Windows color (decimal): -11446389 or 9131857. OLE color: 9131857.

HSL color Cylindrical-coordinate representation of color #51578B: hue angle of 233.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51578B is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8187139-
CMYK0.420.3700.45
HSL233.79º26.36%43.14%-
HSV(B)233.79º41.73%54.51%-
XYZ11.4610.4325.84-
YUV91.13155.01120.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=26.38%
G=28.34%
B=45.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81871390.420.3700.45233.7926.3643.14
Hex51578B2A2502Dea1a2b
Octal12112721352450553523253
Binary101000110101111000101110101010010101011011110101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51578B; }

 p { color: rgb(81,87,139); }

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

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

 a { background-color: rgb(81,87,139); }

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

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

 span { border-color: rgb(81,87,139); }

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