Html Css Color HEX #505290 Governor Bay

📋 copy color: '#505290'

red 80 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #505290

Tints of Governor Bay #505290

RGB

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

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

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

R = 26.14%
G = 26.8%
B = 47.06%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#505290 (or 0x505290) is known color: Governor Bay. HEX triplet: 50, 52 and 90. RGB value is (80,82,144). Sum of RGB (Red+Green+Blue) = 80+82+144=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #505290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505290 is #AFAD6F. Grayscale: #585858. Windows color (decimal): -11513200 or 9458256. OLE color: 9458256.

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

Color convert

RGB 80 82 144 -
CMYK 0.44 0.43 0 0.44
HSL 238.13º 0.29% 0.44% -
HSV(B) 238.13º 0.44% 0.56% -
XYZ 11.36 9.75 27.67 -
YUV 88.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 80 82 144 0.44 0.43 0 0.44 238.13 0.29 0.44
Hex 50 52 90 2C 2B 0 2C EE 1D 2C
Octal 120 122 220 54 53 0 54 356 35 54
Binary 1010000 1010010 10010000 101100 101011 0 101100 11101110 11101 101100

Color Harmonies of #505290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505290

Black with #505290

Text Example


Text Example

White with #505290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505290; }

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

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

background-color css

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

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

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

border-color css

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

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

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