Html Css Color HEX #50599F Governor Bay

📋 copy color: '#50599F'

red 80 ◦ green 89 ◦ blue 159

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

Shades of Governor Bay #50599F

Tints of Governor Bay #50599F

RGB

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

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

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

R = 24.39%
G = 27.13%
B = 48.48%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50599F (or 0x50599F) is known color: Governor Bay. HEX triplet: 50, 59 and 9F. RGB value is (80,89,159). Sum of RGB (Red+Green+Blue) = 80+89+159=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #50599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50599F is #AFA660. Grayscale: #5D5D5D. Windows color (decimal): -11511393 or 10443088. OLE color: 10443088.

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

Color convert

RGB 80 89 159 -
CMYK 0.50 0.44 0 0.38
HSL 233.16º 0.33% 0.47% -
HSV(B) 233.16º 0.5% 0.62% -
XYZ 13.14 11.35 34.3 -
YUV 94.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 80 89 159 0.50 0.44 0 0.38 233.16 0.33 0.47
Hex 50 59 9F 32 2C 0 26 E9 21 2F
Octal 120 131 237 62 54 0 46 351 41 57
Binary 1010000 1011001 10011111 110010 101100 0 100110 11101001 100001 101111

Color Harmonies of #50599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50599F

Black with #50599F

Text Example


Text Example

White with #50599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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