Html Css Color HEX #50589F Governor Bay

📋 copy color: '#50589F'

red 80 ◦ green 88 ◦ blue 159

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

Shades of Governor Bay #50589F

Tints of Governor Bay #50589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 24.46%
G = 26.91%
B = 48.62%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50589F (or 0x50589F) is known color: Governor Bay. HEX triplet: 50, 58 and 9F. RGB value is (80,88,159). Sum of RGB (Red+Green+Blue) = 80+88+159=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #50589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50589F is #AFA760. Grayscale: #5D5D5D. Windows color (decimal): -11511649 or 10442832. OLE color: 10442832.

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

Color convert

RGB 80 88 159 -
CMYK 0.50 0.45 0 0.38
HSL 233.92º 0.33% 0.47% -
HSV(B) 233.92º 0.5% 0.62% -
XYZ 13.06 11.19 34.27 -
YUV 93.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 80 88 159 0.50 0.45 0 0.38 233.92 0.33 0.47
Hex 50 58 9F 32 2D 0 26 EA 21 2F
Octal 120 130 237 62 55 0 46 352 41 57
Binary 1010000 1011000 10011111 110010 101101 0 100110 11101010 100001 101111

Color Harmonies of #50589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50589F

Black with #50589F

Text Example


Text Example

White with #50589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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