Html Css Color HEX #505293 Governor Bay

📋 copy color: '#505293'

red 80 ◦ green 82 ◦ blue 147

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

Shades of Governor Bay #505293

Tints of Governor Bay #505293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 25.89%
G = 26.54%
B = 47.57%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505293 (or 0x505293) is known color: Governor Bay. HEX triplet: 50, 52 and 93. RGB value is (80,82,147). Sum of RGB (Red+Green+Blue) = 80+82+147=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #505293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505293 is #AFAD6C. Grayscale: #585858. Windows color (decimal): -11513197 or 9654864. OLE color: 9654864.

HSL color Cylindrical-coordinate representation of color #505293: hue angle of 238.21º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505293 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 82 147 -
CMYK 0.46 0.44 0 0.42
HSL 238.21º 0.3% 0.45% -
HSV(B) 238.21º 0.46% 0.58% -
XYZ 11.59 9.85 28.89 -
YUV 88.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 80 82 147 0.46 0.44 0 0.42 238.21 0.3 0.45
Hex 50 52 93 2E 2C 0 2A EE 1E 2D
Octal 120 122 223 56 54 0 52 356 36 55
Binary 1010000 1010010 10010011 101110 101100 0 101010 11101110 11110 101101

Color Harmonies of #505293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505293

Black with #505293

Text Example


Text Example

White with #505293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505293; }

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

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

background-color css

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

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

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

border-color css

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

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

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