Html Css Color HEX #50539F Governor Bay

📋 copy color: '#50539F'

red 80 ◦ green 83 ◦ blue 159

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

Shades of Governor Bay #50539F

Tints of Governor Bay #50539F

RGB

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

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

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

R = 24.84%
G = 25.78%
B = 49.38%

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

#50539F (or 0x50539F) is known color: Governor Bay. HEX triplet: 50, 53 and 9F. RGB value is (80,83,159). Sum of RGB (Red+Green+Blue) = 80+83+159=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #50539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50539F is #AFAC60. Grayscale: #5A5A5A. Windows color (decimal): -11512929 or 10441552. OLE color: 10441552.

HSL color Cylindrical-coordinate representation of color #50539F: hue angle of 237.72º 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 #50539F is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 83 159 -
CMYK 0.50 0.48 0 0.38
HSL 237.72º 0.33% 0.47% -
HSV(B) 237.72º 0.5% 0.62% -
XYZ 12.66 10.4 34.14 -
YUV 90.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 80 83 159 0.50 0.48 0 0.38 237.72 0.33 0.47
Hex 50 53 9F 32 30 0 26 EE 21 2F
Octal 120 123 237 62 60 0 46 356 41 57
Binary 1010000 1010011 10011111 110010 110000 0 100110 11101110 100001 101111

Color Harmonies of #50539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50539F

Black with #50539F

Text Example


Text Example

White with #50539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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