#51599B

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

Shades of Governor Bay #51599B

Tints of Governor Bay #51599B

Color information

#51599B (or 0x51599B) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 9B. RGB value is (81,89,155). Sum of RGB (Red+Green+Blue) = 81+89+155=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #51599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51599B is #AEA664. Grayscale: #5D5D5D. Windows color (decimal): -11445861 or 10180945. OLE color: 10180945.

HSL color Cylindrical-coordinate representation of color #51599B: hue angle of 233.51º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51599B is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8189155-
CMYK0.480.4300.39
HSL233.51º31.36%46.27%-
HSV(B)233.51º47.74%60.78%-
XYZ12.8811.2632.5-
YUV94.13162.35118.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=24.92%
G=27.38%
B=47.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81891550.480.4300.39233.5131.3646.27
Hex51599B302B027ea1f2e
Octal12113123360530473523756
Binary101000110110011001101111000010101101001111110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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