#51559D

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

Shades of Governor Bay #51559D

Tints of Governor Bay #51559D

Color information

#51559D (or 0x51559D) is unknown color: approx Governor Bay. HEX triplet: 51, 55 and 9D. RGB value is (81,85,157). Sum of RGB (Red+Green+Blue) = 81+85+157=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #51559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51559D is #AEAA62. Grayscale: #5B5B5B. Windows color (decimal): -11446883 or 10310993. OLE color: 10310993.

HSL color Cylindrical-coordinate representation of color #51559D: hue angle of 236.84º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51559D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8185157-
CMYK0.480.4600.38
HSL236.84º31.93%46.67%-
HSV(B)236.84º48.41%61.57%-
XYZ12.7310.6833.29-
YUV92.01164.67120.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=25.08%
G=26.32%
B=48.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81851570.480.4600.38236.8431.9346.67
Hex51559D302E026ed202f
Octal12112523560560463554057
Binary1010001101010110011101110000101110010011011101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51559D; }

 p { color: rgb(81,85,157); }

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

<style>
 a { background-color: #51559D; }

 a { background-color: rgb(81,85,157); }

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

<style>
 span { border-color: #51559D; }

 span { border-color: rgb(81,85,157); }

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