Html Css Color HEX #515097 Governor Bay

📋 copy color: '#515097'

red 81 ◦ green 80 ◦ blue 151

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

Shades of Governor Bay #515097

Tints of Governor Bay #515097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 25.96%
G = 25.64%
B = 48.4%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#515097 (or 0x515097) is known color: Governor Bay. HEX triplet: 51, 50 and 97. RGB value is (81,80,151). Sum of RGB (Red+Green+Blue) = 81+80+151=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #515097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515097 is #AEAF68. Grayscale: #585858. Windows color (decimal): -11448169 or 9916497. OLE color: 9916497.

HSL color Cylindrical-coordinate representation of color #515097: hue angle of 240.85º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515097 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 80 151 -
CMYK 0.46 0.47 0 0.41
HSL 240.85º 0.31% 0.45% -
HSV(B) 240.85º 0.47% 0.59% -
XYZ 11.85 9.72 30.53 -
YUV 88.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 81 80 151 0.46 0.47 0 0.41 240.85 0.31 0.45
Hex 51 50 97 2E 2F 0 29 F1 1F 2D
Octal 121 120 227 56 57 0 51 361 37 55
Binary 1010001 1010000 10010111 101110 101111 0 101001 11110001 11111 101101

Color Harmonies of #515097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515097

Black with #515097

Text Example


Text Example

White with #515097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515097; }

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

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

background-color css

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

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

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

border-color css

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

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

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