Html Css Color HEX #514D9D Governor Bay

📋 copy color: '#514D9D'

red 81 ◦ green 77 ◦ blue 157

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

Shades of Governor Bay #514D9D

Tints of Governor Bay #514D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 25.71%
G = 24.44%
B = 49.84%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#514D9D (or 0x514D9D) is known color: Governor Bay. HEX triplet: 51, 4D and 9D. RGB value is (81,77,157). Sum of RGB (Red+Green+Blue) = 81+77+157=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #514D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D9D is #AEB262. Grayscale: #575757. Windows color (decimal): -11448931 or 10308945. OLE color: 10308945.

HSL color Cylindrical-coordinate representation of color #514D9D: hue angle of 243º 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 #514D9D is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 77 157 -
CMYK 0.48 0.51 0 0.38
HSL 243º 0.34% 0.46% -
HSV(B) 243º 0.51% 0.62% -
XYZ 12.13 9.49 33.09 -
YUV 87.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 81 77 157 0.48 0.51 0 0.38 243 0.34 0.46
Hex 51 4D 9D 30 33 0 26 F3 22 2E
Octal 121 115 235 60 63 0 46 363 42 56
Binary 1010001 1001101 10011101 110000 110011 0 100110 11110011 100010 101110

Color Harmonies of #514D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D9D

Black with #514D9D

Text Example


Text Example

White with #514D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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