Html Css Color HEX #50598B Governor Bay

📋 copy color: '#50598B'

red 80 ◦ green 89 ◦ blue 139

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

Shades of Governor Bay #50598B

Tints of Governor Bay #50598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 25.97%
G = 28.9%
B = 45.13%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50598B (or 0x50598B) is known color: Governor Bay. HEX triplet: 50, 59 and 8B. RGB value is (80,89,139). Sum of RGB (Red+Green+Blue) = 80+89+139=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #50598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50598B is #AFA674. Grayscale: #5B5B5B. Windows color (decimal): -11511413 or 9132368. OLE color: 9132368.

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

Color convert

RGB 80 89 139 -
CMYK 0.42 0.36 0 0.45
HSL 230.85º 0.27% 0.43% -
HSV(B) 230.85º 0.42% 0.55% -
XYZ 11.54 10.71 25.89 -
YUV 92.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 80 89 139 0.42 0.36 0 0.45 230.85 0.27 0.43
Hex 50 59 8B 2A 24 0 2D E7 1B 2B
Octal 120 131 213 52 44 0 55 347 33 53
Binary 1010000 1011001 10001011 101010 100100 0 101101 11100111 11011 101011

Color Harmonies of #50598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50598B

Black with #50598B

Text Example


Text Example

White with #50598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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