#51539C

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

Shades of Governor Bay #51539C

Tints of Governor Bay #51539C

Color information

#51539C (or 0x51539C) is unknown color: approx Governor Bay. HEX triplet: 51, 53 and 9C. RGB value is (81,83,156). Sum of RGB (Red+Green+Blue) = 81+83+156=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #51539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51539C is #AEAC63. Grayscale: #5A5A5A. Windows color (decimal): -11447396 or 10244945. OLE color: 10244945.

HSL color Cylindrical-coordinate representation of color #51539C: hue angle of 238.4º degrees, saturation: 0.32, 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 #51539C is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8183156-
CMYK0.480.4700.39
HSL238.4º31.65%46.47%-
HSV(B)238.4º48.08%61.18%-
XYZ12.4910.3432.79-
YUV90.72164.84121.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=25.31%
G=25.94%
B=48.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81831560.480.4700.39238.431.6546.47
Hex51539C302F027ee202e
Octal12112323460570473564056
Binary1010001101001110011100110000101111010011111101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51539C; }

 p { color: rgb(81,83,156); }

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

<style>
 a { background-color: #51539C; }

 a { background-color: rgb(81,83,156); }

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

<style>
 span { border-color: #51539C; }

 span { border-color: rgb(81,83,156); }

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