Html Css Color HEX #50589A Governor Bay

📋 copy color: '#50589A'

red 80 ◦ green 88 ◦ blue 154

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

Shades of Governor Bay #50589A

Tints of Governor Bay #50589A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 24.84%
G = 27.33%
B = 47.83%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50589A (or 0x50589A) is known color: Governor Bay. HEX triplet: 50, 58 and 9A. RGB value is (80,88,154). Sum of RGB (Red+Green+Blue) = 80+88+154=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #50589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50589A is #AFA765. Grayscale: #5C5C5C. Windows color (decimal): -11511654 or 10115152. OLE color: 10115152.

HSL color Cylindrical-coordinate representation of color #50589A: hue angle of 233.51º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50589A is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 88 154 -
CMYK 0.48 0.43 0 0.40
HSL 233.51º 0.32% 0.46% -
HSV(B) 233.51º 0.48% 0.6% -
XYZ 12.63 11.02 32.03 -
YUV 93.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 80 88 154 0.48 0.43 0 0.40 233.51 0.32 0.46
Hex 50 58 9A 30 2B 0 28 EA 20 2E
Octal 120 130 232 60 53 0 50 352 40 56
Binary 1010000 1011000 10011010 110000 101011 0 101000 11101010 100000 101110

Color Harmonies of #50589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50589A

Black with #50589A

Text Example


Text Example

White with #50589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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