Html Css Color HEX #50529F Governor Bay

📋 copy color: '#50529F'

red 80 ◦ green 82 ◦ blue 159

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

Shades of Governor Bay #50529F

Tints of Governor Bay #50529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 24.92%
G = 25.55%
B = 49.53%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50529F (or 0x50529F) is known color: Governor Bay. HEX triplet: 50, 52 and 9F. RGB value is (80,82,159). Sum of RGB (Red+Green+Blue) = 80+82+159=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #50529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50529F is #AFAD60. Grayscale: #595959. Windows color (decimal): -11513185 or 10441296. OLE color: 10441296.

HSL color Cylindrical-coordinate representation of color #50529F: hue angle of 238.48º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50529F is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 82 159 -
CMYK 0.50 0.48 0 0.38
HSL 238.48º 0.33% 0.47% -
HSV(B) 238.48º 0.5% 0.62% -
XYZ 12.58 10.24 34.11 -
YUV 90.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 80 82 159 0.50 0.48 0 0.38 238.48 0.33 0.47
Hex 50 52 9F 32 30 0 26 EE 21 2F
Octal 120 122 237 62 60 0 46 356 41 57
Binary 1010000 1010010 10011111 110010 110000 0 100110 11101110 100001 101111

Color Harmonies of #50529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50529F

Black with #50529F

Text Example


Text Example

White with #50529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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