Html Css Color HEX #514E96 Governor Bay

📋 copy color: '#514E96'

red 81 ◦ green 78 ◦ blue 150

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

Shades of Governor Bay #514E96

Tints of Governor Bay #514E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.54%

R = 26.21%
G = 25.24%
B = 48.54%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#514E96 (or 0x514E96) is known color: Governor Bay. HEX triplet: 51, 4E and 96. RGB value is (81,78,150). Sum of RGB (Red+Green+Blue) = 81+78+150=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #514E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514E96 is #AEB169. Grayscale: #565656. Windows color (decimal): -11448682 or 9850449. OLE color: 9850449.

HSL color Cylindrical-coordinate representation of color #514E96: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514E96 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 78 150 -
CMYK 0.46 0.48 0 0.41
HSL 242.5º 0.32% 0.45% -
HSV(B) 242.5º 0.48% 0.59% -
XYZ 11.62 9.4 30.06 -
YUV 87.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 81 78 150 0.46 0.48 0 0.41 242.5 0.32 0.45
Hex 51 4E 96 2E 30 0 29 F2 20 2D
Octal 121 116 226 56 60 0 51 362 40 55
Binary 1010001 1001110 10010110 101110 110000 0 101001 11110010 100000 101101

Color Harmonies of #514E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E96

Black with #514E96

Text Example


Text Example

White with #514E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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