Html Css Color HEX #505392 Governor Bay

📋 copy color: '#505392'

red 80 ◦ green 83 ◦ blue 146

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

Shades of Governor Bay #505392

Tints of Governor Bay #505392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 25.89%
G = 26.86%
B = 47.25%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#505392 (or 0x505392) is known color: Governor Bay. HEX triplet: 50, 53 and 92. RGB value is (80,83,146). Sum of RGB (Red+Green+Blue) = 80+83+146=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #505392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505392 is #AFAC6D. Grayscale: #595959. Windows color (decimal): -11512942 or 9589584. OLE color: 9589584.

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

Color convert

RGB 80 83 146 -
CMYK 0.45 0.43 0 0.43
HSL 237.27º 0.29% 0.44% -
HSV(B) 237.27º 0.45% 0.57% -
XYZ 11.59 9.97 28.51 -
YUV 89.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 80 83 146 0.45 0.43 0 0.43 237.27 0.29 0.44
Hex 50 53 92 2D 2B 0 2B ED 1D 2C
Octal 120 123 222 55 53 0 53 355 35 54
Binary 1010000 1010011 10010010 101101 101011 0 101011 11101101 11101 101100

Color Harmonies of #505392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505392

Black with #505392

Text Example


Text Example

White with #505392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505392; }

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

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

background-color css

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

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

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

border-color css

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

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

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