Html Css Color HEX #514D91 Governor Bay

📋 copy color: '#514D91'

red 81 ◦ green 77 ◦ blue 145

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

Shades of Governor Bay #514D91

Tints of Governor Bay #514D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 26.73%
G = 25.41%
B = 47.85%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514D91 (or 0x514D91) is known color: Governor Bay. HEX triplet: 51, 4D and 91. RGB value is (81,77,145). Sum of RGB (Red+Green+Blue) = 81+77+145=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #514D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D91 is #AEB26E. Grayscale: #555555. Windows color (decimal): -11448943 or 9522513. OLE color: 9522513.

HSL color Cylindrical-coordinate representation of color #514D91: hue angle of 243.53º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514D91 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 77 145 -
CMYK 0.44 0.47 0 0.43
HSL 243.53º 0.31% 0.44% -
HSV(B) 243.53º 0.47% 0.57% -
XYZ 11.16 9.1 27.96 -
YUV 85.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 81 77 145 0.44 0.47 0 0.43 243.53 0.31 0.44
Hex 51 4D 91 2C 2F 0 2B F4 1F 2C
Octal 121 115 221 54 57 0 53 364 37 54
Binary 1010001 1001101 10010001 101100 101111 0 101011 11110100 11111 101100

Color Harmonies of #514D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D91

Black with #514D91

Text Example


Text Example

White with #514D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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