Html Css Color HEX #514A9B Governor Bay

📋 copy color: '#514A9B'

red 81 ◦ green 74 ◦ blue 155

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

Shades of Governor Bay #514A9B

Tints of Governor Bay #514A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 155 (60.94% from 255) = 50%

R = 26.13%
G = 23.87%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#514A9B (or 0x514A9B) is known color: Governor Bay. HEX triplet: 51, 4A and 9B. RGB value is (81,74,155). Sum of RGB (Red+Green+Blue) = 81+74+155=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #514A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A9B is #AEB564. Grayscale: #555555. Windows color (decimal): -11449701 or 10177105. OLE color: 10177105.

HSL color Cylindrical-coordinate representation of color #514A9B: hue angle of 245.19º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514A9B is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 74 155 -
CMYK 0.48 0.52 0 0.39
HSL 245.19º 0.35% 0.45% -
HSV(B) 245.19º 0.52% 0.61% -
XYZ 11.76 9.01 32.13 -
YUV 85.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 81 74 155 0.48 0.52 0 0.39 245.19 0.35 0.45
Hex 51 4A 9B 30 34 0 27 F5 23 2D
Octal 121 112 233 60 64 0 47 365 43 55
Binary 1010001 1001010 10011011 110000 110100 0 100111 11110101 100011 101101

Color Harmonies of #514A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A9B

Black with #514A9B

Text Example


Text Example

White with #514A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,155); }

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

background-color css

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

 a { background-color: rgb(81,74,155); }

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

border-color css

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

 span { border-color: rgb(81,74,155); }

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