Html Css Color HEX #505193 Governor Bay

📋 copy color: '#505193'

red 80 ◦ green 81 ◦ blue 147

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

Shades of Governor Bay #505193

Tints of Governor Bay #505193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 25.97%
G = 26.3%
B = 47.73%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505193 (or 0x505193) is known color: Governor Bay. HEX triplet: 50, 51 and 93. RGB value is (80,81,147). Sum of RGB (Red+Green+Blue) = 80+81+147=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #505193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505193 is #AFAE6C. Grayscale: #575757. Windows color (decimal): -11513453 or 9654608. OLE color: 9654608.

HSL color Cylindrical-coordinate representation of color #505193: hue angle of 239.1º 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 #505193 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 81 147 -
CMYK 0.46 0.45 0 0.42
HSL 239.1º 0.3% 0.45% -
HSV(B) 239.1º 0.46% 0.58% -
XYZ 11.52 9.7 28.87 -
YUV 88.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 80 81 147 0.46 0.45 0 0.42 239.1 0.3 0.45
Hex 50 51 93 2E 2D 0 2A EF 1E 2D
Octal 120 121 223 56 55 0 52 357 36 55
Binary 1010000 1010001 10010011 101110 101101 0 101010 11101111 11110 101101

Color Harmonies of #505193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505193

Black with #505193

Text Example


Text Example

White with #505193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505193; }

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

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

background-color css

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

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

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

border-color css

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

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

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