Html Css Color HEX #50529D Governor Bay

📋 copy color: '#50529D'

red 80 ◦ green 82 ◦ blue 157

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

Shades of Governor Bay #50529D

Tints of Governor Bay #50529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 25.08%
G = 25.71%
B = 49.22%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50529D (or 0x50529D) is known color: Governor Bay. HEX triplet: 50, 52 and 9D. RGB value is (80,82,157). Sum of RGB (Red+Green+Blue) = 80+82+157=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #50529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50529D is #AFAD62. Grayscale: #595959. Windows color (decimal): -11513187 or 10310224. OLE color: 10310224.

HSL color Cylindrical-coordinate representation of color #50529D: hue angle of 238.44º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50529D is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 82 157 -
CMYK 0.49 0.48 0 0.38
HSL 238.44º 0.32% 0.46% -
HSV(B) 238.44º 0.49% 0.62% -
XYZ 12.41 10.17 33.21 -
YUV 89.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 80 82 157 0.49 0.48 0 0.38 238.44 0.32 0.46
Hex 50 52 9D 31 30 0 26 EE 20 2E
Octal 120 122 235 61 60 0 46 356 40 56
Binary 1010000 1010010 10011101 110001 110000 0 100110 11101110 100000 101110

Color Harmonies of #50529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50529D

Black with #50529D

Text Example


Text Example

White with #50529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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