Html Css Color HEX #515095 Governor Bay

📋 copy color: '#515095'

red 81 ◦ green 80 ◦ blue 149

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

Shades of Governor Bay #515095

Tints of Governor Bay #515095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 26.13%
G = 25.81%
B = 48.06%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#515095 (or 0x515095) is known color: Governor Bay. HEX triplet: 51, 50 and 95. RGB value is (81,80,149). Sum of RGB (Red+Green+Blue) = 81+80+149=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #515095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515095 is #AEAF6A. Grayscale: #575757. Windows color (decimal): -11448171 or 9785425. OLE color: 9785425.

HSL color Cylindrical-coordinate representation of color #515095: hue angle of 240.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515095 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 80 149 -
CMYK 0.46 0.46 0 0.42
HSL 240.87º 0.3% 0.45% -
HSV(B) 240.87º 0.46% 0.58% -
XYZ 11.69 9.66 29.68 -
YUV 88.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 81 80 149 0.46 0.46 0 0.42 240.87 0.3 0.45
Hex 51 50 95 2E 2E 0 2A F1 1E 2D
Octal 121 120 225 56 56 0 52 361 36 55
Binary 1010001 1010000 10010101 101110 101110 0 101010 11110001 11110 101101

Color Harmonies of #515095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515095

Black with #515095

Text Example


Text Example

White with #515095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515095; }

 p { color: rgb(81,80,149); }

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

background-color css

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

 a { background-color: rgb(81,80,149); }

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

border-color css

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

 span { border-color: rgb(81,80,149); }

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