Html Css Color HEX #515EA5 Governor Bay

📋 copy color: '#515EA5'

red 81 ◦ green 94 ◦ blue 165

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

Shades of Governor Bay #515EA5

Tints of Governor Bay #515EA5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 165 (64.84% from 255) = 48.53%

R = 23.82%
G = 27.65%
B = 48.53%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#515EA5 (or 0x515EA5) is known color: Governor Bay. HEX triplet: 51, 5E and A5. RGB value is (81,94,165). Sum of RGB (Red+Green+Blue) = 81+94+165=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #515EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EA5 is #AEA15A. Grayscale: #616161. Windows color (decimal): -11444571 or 10837585. OLE color: 10837585.

HSL color Cylindrical-coordinate representation of color #515EA5: hue angle of 230.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #515EA5 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 94 165 -
CMYK 0.51 0.43 0 0.35
HSL 230.71º 0.34% 0.48% -
HSV(B) 230.71º 0.51% 0.65% -
XYZ 14.19 12.47 37.26 -
YUV 98.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 81 94 165 0.51 0.43 0 0.35 230.71 0.34 0.48
Hex 51 5E A5 33 2B 0 23 E7 22 30
Octal 121 136 245 63 53 0 43 347 42 60
Binary 1010001 1011110 10100101 110011 101011 0 100011 11100111 100010 110000

Color Harmonies of #515EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EA5

Black with #515EA5

Text Example


Text Example

White with #515EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515EA5; }

 p { color: rgb(81,94,165); }

 H1.HeaderClassName
 {
   color: #515EA5;
 }
 .AnyTagClassName
 {
   color: #515EA5;
 }
</style>

background-color css

<style>
 a { background-color: #515EA5; }

 a { background-color: rgb(81,94,165); }

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

border-color css

<style>
 span { border-color: #515EA5; }

 span { border-color: rgb(81,94,165); }

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