Html Css Color HEX #505386 Governor Bay

📋 copy color: '#505386'

red 80 ◦ green 83 ◦ blue 134

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

Shades of Governor Bay #505386

Tints of Governor Bay #505386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 26.94%
G = 27.95%
B = 45.12%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505386 (or 0x505386) is known color: Governor Bay. HEX triplet: 50, 53 and 86. RGB value is (80,83,134). Sum of RGB (Red+Green+Blue) = 80+83+134=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #505386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505386 is #AFAC79. Grayscale: #575757. Windows color (decimal): -11512954 or 8803152. OLE color: 8803152.

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

Color convert

RGB 80 83 134 -
CMYK 0.40 0.38 0 0.47
HSL 236.67º 0.25% 0.42% -
HSV(B) 236.67º 0.4% 0.53% -
XYZ 10.7 9.61 23.85 -
YUV 87.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 80 83 134 0.40 0.38 0 0.47 236.67 0.25 0.42
Hex 50 53 86 28 26 0 2F ED 19 2A
Octal 120 123 206 50 46 0 57 355 31 52
Binary 1010000 1010011 10000110 101000 100110 0 101111 11101101 11001 101010

Color Harmonies of #505386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505386

Black with #505386

Text Example


Text Example

White with #505386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505386; }

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

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

background-color css

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

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

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

border-color css

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

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

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