Html Css Color HEX #50599D Governor Bay

📋 copy color: '#50599D'

red 80 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #50599D

Tints of Governor Bay #50599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 24.54%
G = 27.3%
B = 48.16%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50599D (or 0x50599D) is known color: Governor Bay. HEX triplet: 50, 59 and 9D. RGB value is (80,89,157). Sum of RGB (Red+Green+Blue) = 80+89+157=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #50599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50599D is #AFA662. Grayscale: #5D5D5D. Windows color (decimal): -11511395 or 10312016. OLE color: 10312016.

HSL color Cylindrical-coordinate representation of color #50599D: hue angle of 232.99º 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 #50599D is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 89 157 -
CMYK 0.49 0.43 0 0.38
HSL 232.99º 0.32% 0.46% -
HSV(B) 232.99º 0.49% 0.62% -
XYZ 12.97 11.28 33.39 -
YUV 94.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 80 89 157 0.49 0.43 0 0.38 232.99 0.32 0.46
Hex 50 59 9D 31 2B 0 26 E9 20 2E
Octal 120 131 235 61 53 0 46 351 40 56
Binary 1010000 1011001 10011101 110001 101011 0 100110 11101001 100000 101110

Color Harmonies of #50599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50599D

Black with #50599D

Text Example


Text Example

White with #50599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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