#51599A

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

Shades of Governor Bay #51599A

Tints of Governor Bay #51599A

Color information

#51599A (or 0x51599A) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 9A. RGB value is (81,89,154). Sum of RGB (Red+Green+Blue) = 81+89+154=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #51599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51599A is #AEA665. Grayscale: #5D5D5D. Windows color (decimal): -11445862 or 10115409. OLE color: 10115409.

HSL color Cylindrical-coordinate representation of color #51599A: hue angle of 233.42º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51599A is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8189154-
CMYK0.470.4200.40
HSL233.42º31.06%46.08%-
HSV(B)233.42º47.4%60.39%-
XYZ12.811.2332.06-
YUV94.02161.85118.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=25%
G=27.47%
B=47.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81891540.470.4200.40233.4231.0646.08
Hex51599A2F2A028e91f2e
Octal12113123257520503513756
Binary101000110110011001101010111110101001010001110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51599A; }

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

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

<style>
 a { background-color: #51599A; }

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

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

<style>
 span { border-color: #51599A; }

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

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