Html Css Color HEX #514E9F Governor Bay

📋 copy color: '#514E9F'

red 81 ◦ green 78 ◦ blue 159

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

Shades of Governor Bay #514E9F

Tints of Governor Bay #514E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

 BLUE value IS 159 (62.5% from 255) = 50%

R = 25.47%
G = 24.53%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#514E9F (or 0x514E9F) is known color: Governor Bay. HEX triplet: 51, 4E and 9F. RGB value is (81,78,159). Sum of RGB (Red+Green+Blue) = 81+78+159=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #514E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514E9F is #AEB160. Grayscale: #575757. Windows color (decimal): -11448673 or 10440273. OLE color: 10440273.

HSL color Cylindrical-coordinate representation of color #514E9F: hue angle of 242.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514E9F is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 78 159 -
CMYK 0.49 0.51 0 0.38
HSL 242.22º 0.34% 0.46% -
HSV(B) 242.22º 0.51% 0.62% -
XYZ 12.38 9.7 34.02 -
YUV 88.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 81 78 159 0.49 0.51 0 0.38 242.22 0.34 0.46
Hex 51 4E 9F 31 33 0 26 F2 22 2E
Octal 121 116 237 61 63 0 46 362 42 56
Binary 1010001 1001110 10011111 110001 110011 0 100110 11110010 100010 101110

Color Harmonies of #514E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E9F

Black with #514E9F

Text Example


Text Example

White with #514E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514E9F; }

 p { color: rgb(81,78,159); }

 H1.HeaderClassName
 {
   color: #514E9F;
 }
 .AnyTagClassName
 {
   color: #514E9F;
 }
</style>

background-color css

<style>
 a { background-color: #514E9F; }

 a { background-color: rgb(81,78,159); }

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

border-color css

<style>
 span { border-color: #514E9F; }

 span { border-color: rgb(81,78,159); }

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