Html Css Color HEX #51499E Governor Bay

📋 copy color: '#51499E'

red 81 ◦ green 73 ◦ blue 158

#51499E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #51499E

Tints of Governor Bay #51499E

RGB

 RED value IS 81 (32.03% from 255) = 25.96%

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 25.96%
G = 23.4%
B = 50.64%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51499E (or 0x51499E) is known color: Governor Bay. HEX triplet: 51, 49 and 9E. RGB value is (81,73,158). Sum of RGB (Red+Green+Blue) = 81+73+158=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #51499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51499E is #AEB661. Grayscale: #545454. Windows color (decimal): -11449954 or 10373457. OLE color: 10373457.

HSL color Cylindrical-coordinate representation of color #51499E: hue angle of 245.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51499E is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 73 158 -
CMYK 0.49 0.54 0 0.38
HSL 245.65º 0.37% 0.45% -
HSV(B) 245.65º 0.54% 0.62% -
XYZ 11.95 8.98 33.45 -
YUV 85.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 81 73 158 0.49 0.54 0 0.38 245.65 0.37 0.45
Hex 51 49 9E 31 36 0 26 F6 25 2D
Octal 121 111 236 61 66 0 46 366 45 55
Binary 1010001 1001001 10011110 110001 110110 0 100110 11110110 100101 101101

Color Harmonies of #51499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51499E

Black with #51499E

Text Example


Text Example

White with #51499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51499E; }

 p { color: rgb(81,73,158); }

 H1.HeaderClassName
 {
   color: #51499E;
 }
 .AnyTagClassName
 {
   color: #51499E;
 }
</style>

background-color css

<style>
 a { background-color: #51499E; }

 a { background-color: rgb(81,73,158); }

 div.DivClassName
 {
   background-color: #51499E;
 }
 .BgClassName
 {
   background-color: #51499E;
 }
</style>

border-color css

<style>
 span { border-color: #51499E; }

 span { border-color: rgb(81,73,158); }

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