Html Css Color HEX #505295 Governor Bay

📋 copy color: '#505295'

red 80 ◦ green 82 ◦ blue 149

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

Shades of Governor Bay #505295

Tints of Governor Bay #505295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 25.72%
G = 26.37%
B = 47.91%

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

#505295 (or 0x505295) is known color: Governor Bay. HEX triplet: 50, 52 and 95. RGB value is (80,82,149). Sum of RGB (Red+Green+Blue) = 80+82+149=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #505295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505295 is #AFAD6A. Grayscale: #585858. Windows color (decimal): -11513195 or 9785936. OLE color: 9785936.

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

Color convert

RGB 80 82 149 -
CMYK 0.46 0.45 0 0.42
HSL 238.26º 0.3% 0.45% -
HSV(B) 238.26º 0.46% 0.58% -
XYZ 11.75 9.91 29.73 -
YUV 89.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 80 82 149 0.46 0.45 0 0.42 238.26 0.3 0.45
Hex 50 52 95 2E 2D 0 2A EE 1E 2D
Octal 120 122 225 56 55 0 52 356 36 55
Binary 1010000 1010010 10010101 101110 101101 0 101010 11101110 11110 101101

Color Harmonies of #505295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505295

Black with #505295

Text Example


Text Example

White with #505295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505295; }

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

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

background-color css

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

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

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

border-color css

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

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

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