Html Css Color HEX #505093 Governor Bay

📋 copy color: '#505093'

red 80 ◦ green 80 ◦ blue 147

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

Shades of Governor Bay #505093

Tints of Governor Bay #505093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 26.06%
G = 26.06%
B = 47.88%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505093 (or 0x505093) is known color: Governor Bay. HEX triplet: 50, 50 and 93. RGB value is (80,80,147). Sum of RGB (Red+Green+Blue) = 80+80+147=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #505093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505093 is #AFAF6C. Grayscale: #575757. Windows color (decimal): -11513709 or 9654352. OLE color: 9654352.

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

Color convert

RGB 80 80 147 -
CMYK 0.46 0.46 0 0.42
HSL 240º 0.3% 0.45% -
HSV(B) 240º 0.46% 0.58% -
XYZ 11.44 9.55 28.84 -
YUV 87.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 80 80 147 0.46 0.46 0 0.42 240 0.3 0.45
Hex 50 50 93 2E 2E 0 2A F0 1E 2D
Octal 120 120 223 56 56 0 52 360 36 55
Binary 1010000 1010000 10010011 101110 101110 0 101010 11110000 11110 101101

Color Harmonies of #505093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505093

Black with #505093

Text Example


Text Example

White with #505093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505093; }

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

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

background-color css

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

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

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

border-color css

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

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

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