Html Css Color HEX #50598D Governor Bay

📋 copy color: '#50598D'

red 80 ◦ green 89 ◦ blue 141

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

Shades of Governor Bay #50598D

Tints of Governor Bay #50598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 25.81%
G = 28.71%
B = 45.48%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50598D (or 0x50598D) is known color: Governor Bay. HEX triplet: 50, 59 and 8D. RGB value is (80,89,141). Sum of RGB (Red+Green+Blue) = 80+89+141=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #50598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50598D is #AFA672. Grayscale: #5C5C5C. Windows color (decimal): -11511411 or 9263440. OLE color: 9263440.

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

Color convert

RGB 80 89 141 -
CMYK 0.43 0.37 0 0.45
HSL 231.15º 0.28% 0.43% -
HSV(B) 231.15º 0.43% 0.55% -
XYZ 11.69 10.77 26.66 -
YUV 92.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 80 89 141 0.43 0.37 0 0.45 231.15 0.28 0.43
Hex 50 59 8D 2B 25 0 2D E7 1C 2B
Octal 120 131 215 53 45 0 55 347 34 53
Binary 1010000 1011001 10001101 101011 100101 0 101101 11100111 11100 101011

Color Harmonies of #50598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50598D

Black with #50598D

Text Example


Text Example

White with #50598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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