Html Css Color HEX #505390 Governor Bay

📋 copy color: '#505390'

red 80 ◦ green 83 ◦ blue 144

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

Shades of Governor Bay #505390

Tints of Governor Bay #505390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 26.06%
G = 27.04%
B = 46.91%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#505390 (or 0x505390) is known color: Governor Bay. HEX triplet: 50, 53 and 90. RGB value is (80,83,144). Sum of RGB (Red+Green+Blue) = 80+83+144=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #505390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505390 is #AFAC6F. Grayscale: #585858. Windows color (decimal): -11512944 or 9458512. OLE color: 9458512.

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

Color convert

RGB 80 83 144 -
CMYK 0.44 0.42 0 0.44
HSL 237.19º 0.29% 0.44% -
HSV(B) 237.19º 0.44% 0.56% -
XYZ 11.44 9.91 27.69 -
YUV 89.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 80 83 144 0.44 0.42 0 0.44 237.19 0.29 0.44
Hex 50 53 90 2C 2A 0 2C ED 1D 2C
Octal 120 123 220 54 52 0 54 355 35 54
Binary 1010000 1010011 10010000 101100 101010 0 101100 11101101 11101 101100

Color Harmonies of #505390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505390

Black with #505390

Text Example


Text Example

White with #505390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505390; }

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

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

background-color css

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

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

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

border-color css

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

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

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