#51559B

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

Shades of Governor Bay #51559B

Tints of Governor Bay #51559B

Color information

#51559B (or 0x51559B) is unknown color: approx Governor Bay. HEX triplet: 51, 55 and 9B. RGB value is (81,85,155). Sum of RGB (Red+Green+Blue) = 81+85+155=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #51559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51559B is #AEAA64. Grayscale: #5B5B5B. Windows color (decimal): -11446885 or 10179921. OLE color: 10179921.

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

Color convert

RGB8185155-
CMYK0.480.4500.39
HSL236.76º31.36%46.27%-
HSV(B)236.76º47.74%60.78%-
XYZ12.5610.6132.4-
YUV91.78163.67120.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=25.23%
G=26.48%
B=48.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81851550.480.4500.39236.7631.3646.27
Hex51559B302D027ed1f2e
Octal12112523360550473553756
Binary101000110101011001101111000010110101001111110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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