Html Css Color HEX #514D97 Governor Bay

📋 copy color: '#514D97'

red 81 ◦ green 77 ◦ blue 151

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

Shades of Governor Bay #514D97

Tints of Governor Bay #514D97

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 26.21%
G = 24.92%
B = 48.87%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#514D97 (or 0x514D97) is known color: Governor Bay. HEX triplet: 51, 4D and 97. RGB value is (81,77,151). Sum of RGB (Red+Green+Blue) = 81+77+151=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #514D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D97 is #AEB268. Grayscale: #565656. Windows color (decimal): -11448937 or 9915729. OLE color: 9915729.

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

Color convert

RGB 81 77 151 -
CMYK 0.46 0.49 0 0.41
HSL 243.24º 0.32% 0.45% -
HSV(B) 243.24º 0.49% 0.59% -
XYZ 11.63 9.29 30.46 -
YUV 86.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 81 77 151 0.46 0.49 0 0.41 243.24 0.32 0.45
Hex 51 4D 97 2E 31 0 29 F3 20 2D
Octal 121 115 227 56 61 0 51 363 40 55
Binary 1010001 1001101 10010111 101110 110001 0 101001 11110011 100000 101101

Color Harmonies of #514D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D97

Black with #514D97

Text Example


Text Example

White with #514D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,151); }

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

background-color css

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

 a { background-color: rgb(81,77,151); }

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

border-color css

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

 span { border-color: rgb(81,77,151); }

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