Html Css Color HEX #505986 Governor Bay

📋 copy color: '#505986'

red 80 ◦ green 89 ◦ blue 134

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

Shades of Governor Bay #505986

Tints of Governor Bay #505986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

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

R = 26.4%
G = 29.37%
B = 44.22%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505986 (or 0x505986) is known color: Governor Bay. HEX triplet: 50, 59 and 86. RGB value is (80,89,134). Sum of RGB (Red+Green+Blue) = 80+89+134=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #505986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505986 is #AFA679. Grayscale: #5B5B5B. Windows color (decimal): -11511418 or 8804688. OLE color: 8804688.

HSL color Cylindrical-coordinate representation of color #505986: hue angle of 230º 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 #505986 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 89 134 -
CMYK 0.40 0.34 0 0.47
HSL 230º 0.25% 0.42% -
HSV(B) 230º 0.4% 0.53% -
XYZ 11.18 10.57 24.01 -
YUV 91.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 80 89 134 0.40 0.34 0 0.47 230 0.25 0.42
Hex 50 59 86 28 22 0 2F E6 19 2A
Octal 120 131 206 50 42 0 57 346 31 52
Binary 1010000 1011001 10000110 101000 100010 0 101111 11100110 11001 101010

Color Harmonies of #505986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505986

Black with #505986

Text Example


Text Example

White with #505986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505986; }

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

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

background-color css

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

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

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

border-color css

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

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

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