Html Css Color HEX #505286 Governor Bay

📋 copy color: '#505286'

red 80 ◦ green 82 ◦ blue 134

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

Shades of Governor Bay #505286

Tints of Governor Bay #505286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 27.03%
G = 27.7%
B = 45.27%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505286 (or 0x505286) is known color: Governor Bay. HEX triplet: 50, 52 and 86. RGB value is (80,82,134). Sum of RGB (Red+Green+Blue) = 80+82+134=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #505286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505286 is #AFAD79. Grayscale: #575757. Windows color (decimal): -11513210 or 8802896. OLE color: 8802896.

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

Color convert

RGB 80 82 134 -
CMYK 0.40 0.39 0 0.47
HSL 237.78º 0.25% 0.42% -
HSV(B) 237.78º 0.4% 0.53% -
XYZ 10.63 9.46 23.82 -
YUV 87.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 80 82 134 0.40 0.39 0 0.47 237.78 0.25 0.42
Hex 50 52 86 28 27 0 2F EE 19 2A
Octal 120 122 206 50 47 0 57 356 31 52
Binary 1010000 1010010 10000110 101000 100111 0 101111 11101110 11001 101010

Color Harmonies of #505286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505286

Black with #505286

Text Example


Text Example

White with #505286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505286; }

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

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

background-color css

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

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

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

border-color css

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

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

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