Html Css Color HEX #514F9B Governor Bay

📋 copy color: '#514F9B'

red 81 ◦ green 79 ◦ blue 155

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

Shades of Governor Bay #514F9B

Tints of Governor Bay #514F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

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

R = 25.71%
G = 25.08%
B = 49.21%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#514F9B (or 0x514F9B) is known color: Governor Bay. HEX triplet: 51, 4F and 9B. RGB value is (81,79,155). Sum of RGB (Red+Green+Blue) = 81+79+155=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #514F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F9B is #AEB064. Grayscale: #575757. Windows color (decimal): -11448421 or 10178385. OLE color: 10178385.

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

Color convert

RGB 81 79 155 -
CMYK 0.48 0.49 0 0.39
HSL 241.58º 0.32% 0.46% -
HSV(B) 241.58º 0.49% 0.61% -
XYZ 12.11 9.71 32.25 -
YUV 88.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 81 79 155 0.48 0.49 0 0.39 241.58 0.32 0.46
Hex 51 4F 9B 30 31 0 27 F2 20 2E
Octal 121 117 233 60 61 0 47 362 40 56
Binary 1010001 1001111 10011011 110000 110001 0 100111 11110010 100000 101110

Color Harmonies of #514F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F9B

Black with #514F9B

Text Example


Text Example

White with #514F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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