Html Css Color HEX #50609B Governor Bay

📋 copy color: '#50609B'

red 80 ◦ green 96 ◦ blue 155

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

Shades of Governor Bay #50609B

Tints of Governor Bay #50609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 24.17%
G = 29%
B = 46.83%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50609B (or 0x50609B) is known color: Governor Bay. HEX triplet: 50, 60 and 9B. RGB value is (80,96,155). Sum of RGB (Red+Green+Blue) = 80+96+155=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #50609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50609B is #AF9F64. Grayscale: #616161. Windows color (decimal): -11509605 or 10182736. OLE color: 10182736.

HSL color Cylindrical-coordinate representation of color #50609B: hue angle of 227.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50609B is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 96 155 -
CMYK 0.48 0.38 0 0.39
HSL 227.2º 0.32% 0.46% -
HSV(B) 227.2º 0.48% 0.61% -
XYZ 13.41 12.44 32.7 -
YUV 97.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 80 96 155 0.48 0.38 0 0.39 227.2 0.32 0.46
Hex 50 60 9B 30 26 0 27 E3 20 2E
Octal 120 140 233 60 46 0 47 343 40 56
Binary 1010000 1100000 10011011 110000 100110 0 100111 11100011 100000 101110

Color Harmonies of #50609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50609B

Black with #50609B

Text Example


Text Example

White with #50609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,96,155); }

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

background-color css

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

 a { background-color: rgb(80,96,155); }

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

border-color css

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

 span { border-color: rgb(80,96,155); }

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