Html Css Color HEX #50598E Governor Bay

📋 copy color: '#50598E'

red 80 ◦ green 89 ◦ blue 142

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

Shades of Governor Bay #50598E

Tints of Governor Bay #50598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 25.72%
G = 28.62%
B = 45.66%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50598E (or 0x50598E) is known color: Governor Bay. HEX triplet: 50, 59 and 8E. RGB value is (80,89,142). Sum of RGB (Red+Green+Blue) = 80+89+142=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #50598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50598E is #AFA671. Grayscale: #5C5C5C. Windows color (decimal): -11511410 or 9328976. OLE color: 9328976.

HSL color Cylindrical-coordinate representation of color #50598E: hue angle of 231.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50598E is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 89 142 -
CMYK 0.44 0.37 0 0.44
HSL 231.29º 0.28% 0.44% -
HSV(B) 231.29º 0.44% 0.56% -
XYZ 11.76 10.8 27.06 -
YUV 92.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 80 89 142 0.44 0.37 0 0.44 231.29 0.28 0.44
Hex 50 59 8E 2C 25 0 2C E7 1C 2C
Octal 120 131 216 54 45 0 54 347 34 54
Binary 1010000 1011001 10001110 101100 100101 0 101100 11100111 11100 101100

Color Harmonies of #50598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50598E

Black with #50598E

Text Example


Text Example

White with #50598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50598E; }

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

 H1.HeaderClassName
 {
   color: #50598E;
 }
 .AnyTagClassName
 {
   color: #50598E;
 }
</style>

background-color css

<style>
 a { background-color: #50598E; }

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

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

border-color css

<style>
 span { border-color: #50598E; }

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

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