Html Css Color HEX #50538E Governor Bay

📋 copy color: '#50538E'

red 80 ◦ green 83 ◦ blue 142

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

Shades of Governor Bay #50538E

Tints of Governor Bay #50538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 26.23%
G = 27.21%
B = 46.56%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50538E (or 0x50538E) is known color: Governor Bay. HEX triplet: 50, 53 and 8E. RGB value is (80,83,142). Sum of RGB (Red+Green+Blue) = 80+83+142=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #50538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50538E is #AFAC71. Grayscale: #585858. Windows color (decimal): -11512946 or 9327440. OLE color: 9327440.

HSL color Cylindrical-coordinate representation of color #50538E: hue angle of 237.1º 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 #50538E is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 83 142 -
CMYK 0.44 0.42 0 0.44
HSL 237.1º 0.28% 0.44% -
HSV(B) 237.1º 0.44% 0.56% -
XYZ 11.28 9.84 26.9 -
YUV 88.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 80 83 142 0.44 0.42 0 0.44 237.1 0.28 0.44
Hex 50 53 8E 2C 2A 0 2C ED 1C 2C
Octal 120 123 216 54 52 0 54 355 34 54
Binary 1010000 1010011 10001110 101100 101010 0 101100 11101101 11100 101100

Color Harmonies of #50538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50538E

Black with #50538E

Text Example


Text Example

White with #50538E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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