Html Css Color HEX #505686 Governor Bay

📋 copy color: '#505686'

red 80 ◦ green 86 ◦ blue 134

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

Shades of Governor Bay #505686

Tints of Governor Bay #505686

RGB

 RED value IS 80 (31.64% from 255) = 26.67%

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 26.67%
G = 28.67%
B = 44.67%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505686 (or 0x505686) is known color: Governor Bay. HEX triplet: 50, 56 and 86. RGB value is (80,86,134). Sum of RGB (Red+Green+Blue) = 80+86+134=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #505686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505686 is #AFA979. Grayscale: #595959. Windows color (decimal): -11512186 or 8803920. OLE color: 8803920.

HSL color Cylindrical-coordinate representation of color #505686: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505686 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 86 134 -
CMYK 0.40 0.36 0 0.47
HSL 233.33º 0.25% 0.42% -
HSV(B) 233.33º 0.4% 0.53% -
XYZ 10.94 10.08 23.92 -
YUV 89.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 80 86 134 0.40 0.36 0 0.47 233.33 0.25 0.42
Hex 50 56 86 28 24 0 2F E9 19 2A
Octal 120 126 206 50 44 0 57 351 31 52
Binary 1010000 1010110 10000110 101000 100100 0 101111 11101001 11001 101010

Color Harmonies of #505686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505686

Black with #505686

Text Example


Text Example

White with #505686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505686; }

 p { color: rgb(80,86,134); }

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

background-color css

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

 a { background-color: rgb(80,86,134); }

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

border-color css

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

 span { border-color: rgb(80,86,134); }

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