#51568B

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

Shades of Governor Bay #51568B

Tints of Governor Bay #51568B

Color information

#51568B (or 0x51568B) is unknown color: approx Governor Bay. HEX triplet: 51, 56 and 8B. RGB value is (81,86,139). Sum of RGB (Red+Green+Blue) = 81+86+139=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #51568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51568B is #AEA974. Grayscale: #5A5A5A. Windows color (decimal): -11446645 or 9131601. OLE color: 9131601.

HSL color Cylindrical-coordinate representation of color #51568B: hue angle of 234.83º 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 #51568B is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8186139-
CMYK0.420.3800.45
HSL234.83º26.36%43.14%-
HSV(B)234.83º41.73%54.51%-
XYZ11.3810.2725.81-
YUV90.55155.34121.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=26.47%
G=28.10%
B=45.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81861390.420.3800.45234.8326.3643.14
Hex51568B2A2602Deb1a2b
Octal12112621352460553533253
Binary101000110101101000101110101010011001011011110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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